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