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