#1DF8B6
A medium, vivid green closely aligning with Mediumspringgreen.
About #1DF8B6
Visually, #1DF8B6 is defined as a vivid green. It is closely associated with the named CSS color Mediumspringgreen. In the RGB color space, it consists of 29 red, 248 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. The HSL representation is 161.9° hue, 94.0% saturation, and 54.3% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DF8B6
RGB29, 248, 182
HSL161.9°, 94.0%, 54.3%
CMYK88%, 0%, 27%, 3%
HSV161.9°, 88.3%, 97.3%
LAB87.4, -63.2, 18.3
XYZ42.5, 70.8, 55.7
Decimal1964214
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.15:1
Text on #000000
AAA
1.32:1
Text on #F8FAFC
FAIL
12.88:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF8B6;
}
.text-color {
color: #1DF8B6;
}
.border-color {
border: 2px solid #1DF8B6;
}