Seafoam Green (Green)
#90EBBD
RGB: 144, 235, 189
Color OverviewHEX #90EBBD
#90EBBD Color Code Information
In the RGB color space, #90EBBD is composed of 56% red, 92% green, and 74% blue. In the HSL color space, it has a hue of 150°, saturation of 69%, and lightness of 74%.
HEX
#90EBBD
RGB
144, 235, 189
HSL
150°, 69%, 74%
HSV
150°, 39%, 92%
CMYK
39%, 0%, 20%, 8%
Name Match
Seafoam Green
Closest StandardShades of #90EBBD (Darker Variations)
Shades are created by progressively mixing the base color with black.
Tints of #90EBBD (Lighter Variations)
Tints are created by progressively mixing the base color with pure white.
Tones of #90EBBD (Muted Variations)
Tones are created by mixing the base color with true neutral gray.
Color Harmonies for #90EBBD
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 #90EBBD Background
Contrast Ratio against Pure White (#FFFFFF):1.42 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #90EBBD Background
Contrast Ratio against Pure Black (#000000):14.8 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Developer Code Snippets & Tailwind CSS
CSS Variables & Declarations
:root {
--color-brand: #90EBBD;
}
.element {
color: #90EBBD;
background-color: #90EBBD;
border-color: #90EBBD;
}Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values --> <div className="bg-[#90EBBD] text-[#90EBBD] border-[#90EBBD]"> Content styled with #90EBBD </div>