#1DF0FF
A medium, vivid cyan closely aligning with Aqua.
About #1DF0FF
At its core, #1DF0FF is a medium and vivid hue. Designers often compare it to the standard color Aqua. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 240, and 255.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 89% C, 6% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a medium color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DF0FF
RGB29, 240, 255
HSL184.0°, 100.0%, 55.7%
CMYK89%, 6%, 0%, 0%
HSV184.0°, 88.6%, 100.0%
LAB86.9, -40.7, -20.5
XYZ49.7, 69.8, 105.5
Decimal1962239
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.40:1
Text on #FFFFFF
FAIL
14.96:1
Text on #000000
AAA
1.34:1
Text on #F8FAFC
FAIL
12.72:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF0FF;
}
.text-color {
color: #1DF0FF;
}
.border-color {
border: 2px solid #1DF0FF;
}