#1DCCA8
A medium, vivid cyan closely aligning with Mediumaquamarine.
About #1DCCA8
At its core, #1DCCA8 is a medium and vivid hue. Designers often compare it to the standard color Mediumaquamarine. Its digital footprint relies on 29 parts red, 204 parts green, and 168 parts blue light.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 86% cyan and 0% magenta inks. With a hue angle of 167.7 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. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#1DCCA8
RGB29, 204, 168
HSL167.7°, 75.1%, 45.7%
CMYK86%, 0%, 18%, 20%
HSV167.7°, 85.8%, 80.0%
LAB73.7, -49.5, 6.3
XYZ29.2, 46.3, 44.4
Decimal1952936
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.25:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DCCA8;
}
.text-color {
color: #1DCCA8;
}
.border-color {
border: 2px solid #1DCCA8;
}