Cadet Blue (Blue)
#66A97E
RGB: 102, 169, 126
Color OverviewHEX #66A97E
#66A97E Color Code Information
In the RGB color space, #66A97E is composed of 40% red, 66% green, and 49% blue. In the HSL color space, it has a hue of 141°, saturation of 28%, and lightness of 53%.
HEX
#66A97E
RGB
102, 169, 126
HSL
141°, 28%, 53%
HSV
141°, 40%, 66%
CMYK
40%, 0%, 25%, 34%
Name Match
Cadet Blue
Closest StandardShades of #66A97E (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #66A97E (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #66A97E (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #66A97E
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 #66A97E Background
Contrast Ratio against Pure White (#FFFFFF):2.78 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #66A97E Background
Contrast Ratio against Pure Black (#000000):7.54 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #66A97E;
}
.element {
color: #66A97E;
background-color: #66A97E;
border-color: #66A97E;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#66A97E] text-[#66A97E] border-[#66A97E]"> Content styled with #66A97E </div>