#1DFFCC
A medium, vivid cyan closely aligning with Aquamarine.
About #1DFFCC
Visually, #1DFFCC is defined as a vivid cyan. It is closely associated with the named CSS color Aquamarine. This translates to an RGB value of rgb(29, 255, 204).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 89% cyan and 0% magenta inks. The HSL representation is 166.5° hue, 100.0% saturation, and 55.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#1DFFCC
RGB29, 255, 204
HSL166.5°, 100.0%, 55.7%
CMYK89%, 0%, 20%, 0%
HSV166.5°, 88.6%, 100.0%
LAB89.9, -60.7, 10.6
XYZ47.2, 76.1, 69.3
Decimal1966028
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.29:1
Text on #FFFFFF
FAIL
16.23:1
Text on #000000
AAA
1.24:1
Text on #F8FAFC
FAIL
13.80:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DFFCC;
}
.text-color {
color: #1DFFCC;
}
.border-color {
border: 2px solid #1DFFCC;
}