#1DB6BD
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DB6BD
Visually, #1DB6BD is defined as a vivid cyan. If you're using CSS, you might find it aligns closely with Lightseagreen. In the RGB color space, it consists of 29 red, 182 green, and 189 blue.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 85% C, 4% M, 0% Y, and 26% K. With a hue angle of 182.6 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DB6BD
RGB29, 182, 189
HSL182.6°, 73.4%, 42.7%
CMYK85%, 4%, 0%, 26%
HSV182.6°, 84.7%, 74.1%
LAB67.6, -33.9, -14.2
XYZ26.4, 37.4, 54.0
Decimal1947325
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.48:1
Text on #FFFFFF
FAIL
8.48:1
Text on #000000
AAA
2.37:1
Text on #F8FAFC
FAIL
7.21:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DB6BD;
}
.text-color {
color: #1DB6BD;
}
.border-color {
border: 2px solid #1DB6BD;
}