#0FD3FF
A medium, vivid cyan closely aligning with Deepskyblue.
About #0FD3FF
Visually, #0FD3FF is defined as a vivid cyan. Its closest recognized web color is Deepskyblue. This translates to an RGB value of rgb(15, 211, 255).
For print applications, it's crucial to understand its CMYK makeup. The color uses 94% Cyan, 17% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0FD3FF
RGB15, 211, 255
HSL191.0°, 100.0%, 52.9%
CMYK94%, 17%, 0%, 0%
HSV191.0°, 94.1%, 100.0%
LAB78.4, -27.5, -33.4
XYZ41.5, 53.9, 102.8
Decimal1037311
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
1.78:1
Text on #FFFFFF
FAIL
11.78:1
Text on #000000
AAA
1.70:1
Text on #F8FAFC
FAIL
10.02:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FD3FF;
}
.text-color {
color: #0FD3FF;
}
.border-color {
border: 2px solid #0FD3FF;
}