#1DF0F8
A medium, vivid cyan closely aligning with Aqua.
About #1DF0F8
The hex code #1DF0F8 represents a beautifully specific shade of cyan. Designers often compare it to the standard color Aqua. This translates to an RGB value of rgb(29, 240, 248).
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 88% cyan, 3% magenta, 0% yellow, and 3% black. With a hue angle of 182.2 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1DF0F8
RGB29, 240, 248
HSL182.2°, 94.0%, 54.3%
CMYK88%, 3%, 0%, 3%
HSV182.2°, 88.3%, 97.3%
LAB86.7, -42.7, -17.1
XYZ48.6, 69.4, 99.6
Decimal1962232
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.41:1
Text on #FFFFFF
FAIL
14.87:1
Text on #000000
AAA
1.35:1
Text on #F8FAFC
FAIL
12.64:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DF0F8;
}
.text-color {
color: #1DF0F8;
}
.border-color {
border: 2px solid #1DF0F8;
}