#1DAF99
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DAF99
At its core, #1DAF99 is a medium and vivid hue. Designers often compare it to the standard color Lightseagreen. This translates to an RGB value of rgb(29, 175, 153).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 83% cyan and 0% magenta inks. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAF99
RGB29, 175, 153
HSL171.0°, 71.6%, 40.0%
CMYK83%, 0%, 13%, 31%
HSV171.0°, 83.4%, 68.6%
LAB64.3, -41.2, 1.0
XYZ21.6, 33.2, 35.4
Decimal1945497
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.75:1
Text on #FFFFFF
FAIL
7.64:1
Text on #000000
AAA
2.63:1
Text on #F8FAFC
FAIL
6.50:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAF99;
}
.text-color {
color: #1DAF99;
}
.border-color {
border: 2px solid #1DAF99;
}