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