#1DF8AF
A medium, vivid green closely aligning with Mediumspringgreen.
About #1DF8AF
The precise color #1DF8AF is an excellent choice for modern design projects. Its closest recognized web color is Mediumspringgreen. In the RGB color space, it consists of 29 red, 248 green, and 175 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 88% cyan, 0% magenta, 29% yellow, and 3% black. With a hue angle of 160.0 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DF8AF
RGB29, 248, 175
HSL160.0°, 94.0%, 54.3%
CMYK88%, 0%, 29%, 3%
HSV160.0°, 88.3%, 97.3%
LAB87.2, -64.7, 21.7
XYZ41.8, 70.5, 52.0
Decimal1964207
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.39:1
Text on #FFFFFF
FAIL
15.10:1
Text on #000000
AAA
1.33:1
Text on #F8FAFC
FAIL
12.84:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF8AF;
}
.text-color {
color: #1DF8AF;
}
.border-color {
border: 2px solid #1DF8AF;
}