#1DDBA8
A medium, vivid green closely aligning with Aquamarine.
About #1DDBA8
The hex code #1DDBA8 represents a beautifully specific shade of green. Designers often compare it to the standard color Aquamarine. In the RGB color space, it consists of 29 red, 219 green, and 168 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 87% C, 0% M, 23% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DDBA8
RGB29, 219, 168
HSL163.9°, 76.6%, 48.6%
CMYK87%, 0%, 23%, 14%
HSV163.9°, 86.8%, 85.9%
LAB78.3, -55.4, 12.9
XYZ32.9, 53.8, 45.7
Decimal1956776
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.79:1
Text on #FFFFFF
FAIL
11.75:1
Text on #000000
AAA
1.71:1
Text on #F8FAFC
FAIL
9.99:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DDBA8;
}
.text-color {
color: #1DDBA8;
}
.border-color {
border: 2px solid #1DDBA8;
}