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