Cadet Blue (Blue)
#68C0AB
RGB: 104, 192, 171
Color OverviewHEX #68C0AB
#68C0AB Color Code Information
In the RGB color space, #68C0AB is composed of 41% red, 75% green, and 67% blue. In the HSL color space, it has a hue of 166°, saturation of 41%, and lightness of 58%.
HEX
#68C0AB
RGB
104, 192, 171
HSL
166°, 41%, 58%
HSV
166°, 46%, 75%
CMYK
46%, 0%, 11%, 25%
Name Match
Cadet Blue
Closest StandardShades of #68C0AB (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #68C0AB (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #68C0AB (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #68C0AB
Calculated color schemes based on classic color wheel angles for graphic and web design.
Complementary
Analogous
Split Complementary
Monochromatic
WCAG Accessibility Contrast Ratios
Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.
Sample Text on #68C0AB Background
Contrast Ratio against Pure White (#FFFFFF):2.16 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #68C0AB Background
Contrast Ratio against Pure Black (#000000):9.72 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #68C0AB;
}
.element {
color: #68C0AB;
background-color: #68C0AB;
border-color: #68C0AB;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#68C0AB] text-[#68C0AB] border-[#68C0AB]"> Content styled with #68C0AB </div>