#1DA8A8
A dark, vivid cyan closely aligning with Lightseagreen.
About #1DA8A8
Visually, #1DA8A8 is defined as a vivid cyan. It is closely associated with the named CSS color Lightseagreen. Its digital footprint relies on 29 parts red, 168 parts green, and 168 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 83% Cyan, 0% Magenta, 0% Yellow, and 34% Black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DA8A8
RGB29, 168, 168
HSL180.0°, 70.6%, 38.6%
CMYK83%, 0%, 0%, 34%
HSV180.0°, 82.7%, 65.9%
LAB62.6, -33.7, -10.0
XYZ21.6, 31.1, 41.9
Decimal1943720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.91:1
Text on #FFFFFF
FAIL
7.22:1
Text on #000000
AAA
2.78:1
Text on #F8FAFC
FAIL
6.14:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA8A8;
}
.text-color {
color: #1DA8A8;
}
.border-color {
border: 2px solid #1DA8A8;
}