#0FC5F8
A medium, vivid cyan closely aligning with Deepskyblue.
About #0FC5F8
The precise color #0FC5F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Deepskyblue. This translates to an RGB value of rgb(15, 197, 248).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 21% M, 0% Y, and 3% K. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0FC5F8
RGB15, 197, 248
HSL193.1°, 94.3%, 51.6%
CMYK94%, 21%, 0%, 3%
HSV193.1°, 94.0%, 97.3%
LAB74.1, -22.8, -36.4
XYZ37.1, 46.8, 95.9
Decimal1033720
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.03:1
Text on #FFFFFF
FAIL
10.36:1
Text on #000000
AAA
1.94:1
Text on #F8FAFC
FAIL
8.81:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #0FC5F8;
}
.text-color {
color: #0FC5F8;
}
.border-color {
border: 2px solid #0FC5F8;
}