#1DBDAF
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DBDAF
Visually, #1DBDAF is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. This translates to an RGB value of rgb(29, 189, 175).
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 85% cyan and 0% magenta inks. With a hue angle of 174.8 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DBDAF
RGB29, 189, 175
HSL174.8°, 73.4%, 42.7%
CMYK85%, 0%, 7%, 26%
HSV174.8°, 84.7%, 74.1%
LAB69.3, -41.2, -3.9
XYZ26.4, 39.8, 46.8
Decimal1949103
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.35:1
Text on #FFFFFF
FAIL
8.95:1
Text on #000000
AAA
2.24:1
Text on #F8FAFC
FAIL
7.61:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DBDAF;
}
.text-color {
color: #1DBDAF;
}
.border-color {
border: 2px solid #1DBDAF;
}