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