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