#0FA8F8
A medium, vivid blue closely aligning with Deepskyblue.
About #0FA8F8
Visually, #0FA8F8 is defined as a vivid blue. Its closest recognized web color is Deepskyblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 168, and 248.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 94% cyan and 32% magenta inks. The HSL representation is 200.6° hue, 94.3% saturation, and 51.6% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#0FA8F8
RGB15, 168, 248
HSL200.6°, 94.3%, 51.6%
CMYK94%, 32%, 0%, 3%
HSV200.6°, 94.0%, 97.3%
LAB65.7, -7.3, -49.6
XYZ31.1, 34.9, 93.9
Decimal1026296
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.98:1
Text on #000000
AAA
2.52:1
Text on #F8FAFC
FAIL
6.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0FA8F8;
}
.text-color {
color: #0FA8F8;
}
.border-color {
border: 2px solid #0FA8F8;
}