#1DAFA8
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DAFA8
At its core, #1DAFA8 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, 168).
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.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DAFA8
RGB29, 175, 168
HSL177.1°, 71.6%, 40.0%
CMYK83%, 0%, 4%, 31%
HSV177.1°, 83.4%, 68.6%
LAB64.8, -37.0, -6.7
XYZ22.9, 33.7, 42.4
Decimal1945512
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.71:1
Text on #FFFFFF
FAIL
7.75:1
Text on #000000
AAA
2.59:1
Text on #F8FAFC
FAIL
6.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAFA8;
}
.text-color {
color: #1DAFA8;
}
.border-color {
border: 2px solid #1DAFA8;
}