#1DA8AF
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DA8AF
Visually, #1DA8AF is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 168, and 175.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 83% cyan and 4% magenta inks. With a hue angle of 182.9 degrees, it sits comfortably in the cyan spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#1DA8AF
RGB29, 168, 175
HSL182.9°, 71.6%, 40.0%
CMYK83%, 4%, 0%, 31%
HSV182.9°, 83.4%, 68.6%
LAB62.8, -31.6, -13.6
XYZ22.2, 31.4, 45.4
Decimal1943727
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.89:1
Text on #FFFFFF
FAIL
7.27:1
Text on #000000
AAA
2.76:1
Text on #F8FAFC
FAIL
6.18:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA8AF;
}
.text-color {
color: #1DA8AF;
}
.border-color {
border: 2px solid #1DA8AF;
}