Tucson Teal Color Hex Code
#00858bWhat is Tucson Teal Color Hex Code Color?
Tucson Teal Color Hex Code is a dark, highly saturated, vibrant cyan color with the hex code #00858b. Its RGB value is rgb(0, 133, 139), meaning it contains 0 red, 133 green, and 139 blue light values. In the HSL color model, it has a hue of 183°, saturation of 100%, and lightness of 27%.
Tucson Teal Color Hex Code Color Codes
Here are all the color format codes for Tucson Teal Color Hex Code:
- HEX: #00858b
- RGB: rgb(0, 133, 139)
- HSL: hsl(183°, 100%, 27%)
- CMYK: cmyk(100%, 4%, 0%, 45%)
- Android/Flutter: Color(0xFF00858B)
- Swift UIColor: UIColor(red: 0.000, green: 0.522, blue: 0.545, alpha: 1.0)
Is Tucson Teal Color Hex Code Accessible?
Tucson Teal Color Hex Code (#00858b) passes WCAG AA accessibility standards. It has a contrast ratio of 4.44:1 against white and 4.73:1 against black text. For better readability, prefer black text on this color for normal body text.
How to Use Tucson Teal Color Hex Code in Design
Tucson Teal Color Hex Code is a dark cyan tone that works well as
a primary brand color, button color, or dark background in modern UI designs.
Use lighter tints of this color to create depth and hierarchy in your layouts.
In CSS, you can use it directly as color: #00858b; or
background-color: #00858b;.
Tucson Teal Color Hex Code Shades and Tints
Shades of Tucson Teal Color Hex Code are created by mixing it with black, ranging from the original #00858b down to near-black #00767c. Tints are made by adding white — from the base color up to near-white #d6fdff. These variations help build complete design system palettes and Tailwind CSS color scales.
Tucson Teal Color Hex Code Color Harmonies
The complementary color of Tucson Teal Color Hex Code is #8a0700. Its analogous colors are #003e8a and #008a4c. For a triadic palette, combine it with #8a0083 and #838a00.
Frequently Asked Questions
What is the hex code for Tucson Teal Color Hex Code?
The hex code for Tucson Teal Color Hex Code is #00858b.
What is the RGB value of Tucson Teal Color Hex Code?
The RGB value is rgb(0, 133, 139). Red channel: 0/255, Green: 133/255, Blue: 139/255.
Is Tucson Teal Color Hex Code good for web accessibility?
Tucson Teal Color Hex Code has a contrast ratio of 4.44:1 with white and 4.73:1 with black. It passes WCAG AA standards for normal text.
What colors go well with Tucson Teal Color Hex Code?
Tucson Teal Color Hex Code pairs well with its complementary color #8a0700, analogous colors #003e8a and #008a4c, or neutral whites and grays for a clean, modern look.
How do I use Tucson Teal Color Hex Code in CSS?
Use it in CSS like this:
background-color: #00858b;
color: #00858b;
Or as a CSS variable: --color-primary: #00858b;
WCAG 2.1 Accessibility Contrast
WCAG AA requires ≥4.5:1 for normal text, ≥3:1 for large text. AAA requires ≥7:1.
Check against custom color
Mix with another color
Blend spectrum (base → mix)
Copy code snippets
--color-primary: #00858b;
--color-primary-rgb: 0, 133, 139;
--color-primary-hsl: 183 100% 27%;
--color-primary-text: #1a1a2e;
colors: {
'tucson-teal-color-hex-code': {
DEFAULT: '#00858b',
100: '#ffffff',
200: '#d6fdff',
300: '#acfbff',
400: '#83f9ff',
500: '#5af7ff',
600: '#00767c',
700: '#00676c',
800: '#00595d',
900: '#004a4d',
950: '#003b3e',
}
}
'base': #00858b,
'light': #acfbff,
'dark': #00676c,
'rgb': 0, 133, 139
);
A beautiful color used in modern design systems. Click to copy the hex code and use it in your projects.
Heading H1
Heading H2
Regular body text with a colored link inside. Lorem ipsum dolor sit amet, consectetur adipiscing elit.
Caption text or muted secondary copy. Used for descriptions and supplemental information.
Highlighted blockquote text using this color as an accent.
How this color appears to people with different types of color vision deficiency.