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