#0FD3E9
A medium, vivid cyan closely aligning with Darkturquoise.
About #0FD3E9
Visually, #0FD3E9 is defined as a vivid cyan. Designers often compare it to the standard color Darkturquoise. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 211, and 233.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 94% cyan, 9% magenta, 0% yellow, and 9% black. With a hue angle of 186.1 degrees, it sits comfortably in the cyan spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#0FD3E9
RGB15, 211, 233
HSL186.1°, 87.9%, 48.6%
CMYK94%, 9%, 0%, 9%
HSV186.1°, 93.6%, 91.4%
LAB77.6, -34.6, -22.9
XYZ38.2, 52.6, 85.2
Decimal1037289
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.82:1
Text on #FFFFFF
FAIL
11.51:1
Text on #000000
AAA
1.74:1
Text on #F8FAFC
FAIL
9.79:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FD3E9;
}
.text-color {
color: #0FD3E9;
}
.border-color {
border: 2px solid #0FD3E9;
}