#1DE9F8
A medium, vivid cyan closely aligning with Darkturquoise.
About #1DE9F8
The hex code #1DE9F8 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Darkturquoise. In the RGB color space, it consists of 29 red, 233 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 88% Cyan, 6% Magenta, 0% Yellow, and 3% Black. The HSL representation is 184.1° hue, 94.0% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#1DE9F8
RGB29, 233, 248
HSL184.1°, 94.0%, 54.3%
CMYK88%, 6%, 0%, 3%
HSV184.1°, 88.3%, 97.3%
LAB84.6, -39.6, -20.2
XYZ46.6, 65.3, 99.0
Decimal1960440
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.49:1
Text on #FFFFFF
FAIL
14.06:1
Text on #000000
AAA
1.43:1
Text on #F8FAFC
FAIL
11.96:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #1DE9F8;
}
.text-color {
color: #1DE9F8;
}
.border-color {
border: 2px solid #1DE9F8;
}