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