#1DAFB6
A medium, vivid cyan closely aligning with Lightseagreen.
About #1DAFB6
When working with digital screens, the color #1DAFB6 is rendered by mixing light. Its closest recognized web color is Lightseagreen. This translates to an RGB value of rgb(29, 175, 182).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 84% cyan, 4% magenta, 0% yellow, and 29% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DAFB6
RGB29, 175, 182
HSL182.7°, 72.5%, 41.4%
CMYK84%, 4%, 0%, 29%
HSV182.7°, 84.1%, 71.4%
LAB65.2, -32.7, -13.9
XYZ24.3, 34.3, 49.6
Decimal1945526
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.67:1
Text on #FFFFFF
FAIL
7.86:1
Text on #000000
AAA
2.55:1
Text on #F8FAFC
FAIL
6.68:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DAFB6;
}
.text-color {
color: #1DAFB6;
}
.border-color {
border: 2px solid #1DAFB6;
}