#1DAFBD
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DAFBD
At its core, #1DAFBD is a medium and vivid hue. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(29, 175, 189).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 85% C, 7% M, 0% Y, and 26% K. The HSL representation is 185.2° hue, 73.4% saturation, and 42.7% lightness.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DAFBD
RGB29, 175, 189
HSL185.2°, 73.4%, 42.7%
CMYK85%, 7%, 0%, 26%
HSV185.2°, 84.7%, 74.1%
LAB65.4, -30.5, -17.4
XYZ25.0, 34.6, 53.5
Decimal1945533
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.65:1
Text on #FFFFFF
FAIL
7.92:1
Text on #000000
AAA
2.53:1
Text on #F8FAFC
FAIL
6.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAFBD;
}
.text-color {
color: #1DAFBD;
}
.border-color {
border: 2px solid #1DAFBD;
}