#1DF8FF
A medium, vivid cyan closely aligning with Aqua.
About #1DF8FF
When working with digital screens, the color #1DF8FF is rendered by mixing light. It is closely associated with the named CSS color Aqua. In the RGB color space, it consists of 29 red, 248 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 89% cyan, 3% magenta, 0% yellow, and 0% black. With a hue angle of 181.9 degrees, it sits comfortably in the cyan spectrum.
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#1DF8FF
RGB29, 248, 255
HSL181.9°, 100.0%, 55.7%
CMYK89%, 3%, 0%, 0%
HSV181.9°, 88.6%, 100.0%
LAB89.2, -44.2, -17.0
XYZ52.1, 74.6, 106.3
Decimal1964287
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.32:1
Text on #FFFFFF
FAIL
15.92:1
Text on #000000
AAA
1.26:1
Text on #F8FAFC
FAIL
13.54:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF8FF;
}
.text-color {
color: #1DF8FF;
}
.border-color {
border: 2px solid #1DF8FF;
}