#0FAFDB
A medium, vivid cyan closely aligning with Deepskyblue.
About #0FAFDB
Visually, #0FAFDB is defined as a vivid cyan. Designers often compare it to the standard color Deepskyblue. This translates to an RGB value of rgb(15, 175, 219).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 93% cyan and 20% magenta inks. The HSL representation is 192.9° hue, 87.2% saturation, and 45.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0FAFDB
RGB15, 175, 219
HSL192.9°, 87.2%, 45.9%
CMYK93%, 20%, 0%, 14%
HSV192.9°, 93.2%, 85.9%
LAB66.4, -21.4, -32.5
XYZ28.3, 35.9, 72.5
Decimal1028059
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.57:1
Text on #FFFFFF
FAIL
8.18:1
Text on #000000
AAA
2.46:1
Text on #F8FAFC
FAIL
6.95:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FAFDB;
}
.text-color {
color: #0FAFDB;
}
.border-color {
border: 2px solid #0FAFDB;
}