#1DA899
A dark, vivid cyan closely aligning with Lightseagreen.
About #1DA899
At its core, #1DA899 is a dark and vivid hue. If you're using CSS, you might find it aligns closely with Lightseagreen. This translates to an RGB value of rgb(29, 168, 153).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 83% cyan, 0% magenta, 9% yellow, and 34% black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DA899
RGB29, 168, 153
HSL173.5°, 70.6%, 38.6%
CMYK83%, 0%, 9%, 34%
HSV173.5°, 82.7%, 65.9%
LAB62.1, -38.1, -2.2
XYZ20.3, 30.6, 35.0
Decimal1943705
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.95:1
Text on #FFFFFF
FAIL
7.11:1
Text on #000000
AAA
2.82:1
Text on #F8FAFC
FAIL
6.05:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #1DA899;
}
.text-color {
color: #1DA899;
}
.border-color {
border: 2px solid #1DA899;
}