#5F8AF8
A light, vivid blue closely aligning with Dodgerblue.
About #5F8AF8
The precise color #5F8AF8 is an excellent choice for modern design projects. Designers often compare it to the standard color Dodgerblue. Its digital footprint relies on 95 parts red, 138 parts green, and 248 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 62% C, 44% M, 0% Y, and 3% K. With a hue angle of 223.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#5F8AF8
RGB95, 138, 248
HSL223.1°, 91.6%, 67.3%
CMYK62%, 44%, 0%, 3%
HSV223.1°, 61.7%, 97.3%
LAB59.3, 18.5, -59.5
XYZ30.8, 27.4, 92.5
Decimal6261496
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.24:1
Text on #FFFFFF
AA Large
6.48:1
Text on #000000
AA
3.10:1
Text on #F8FAFC
AA Large
5.51:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F8AF8;
}
.text-color {
color: #5F8AF8;
}
.border-color {
border: 2px solid #5F8AF8;
}