#0F57A0
A dark, vivid blue closely aligning with Darkslateblue.
About #0F57A0
At its core, #0F57A0 is a dark and vivid hue. It is closely associated with the named CSS color Darkslateblue. Its digital footprint relies on 15 parts red, 87 parts green, and 160 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 91% Cyan, 46% Magenta, 0% Yellow, and 37% Black. Always request a physical proof before doing a large print run with this exact code.
Ensuring your text is legible against this background is a key part of web design. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F57A0
RGB15, 87, 160
HSL210.2°, 82.9%, 34.3%
CMYK91%, 46%, 0%, 37%
HSV210.2°, 90.6%, 62.7%
LAB36.8, 7.9, -45.3
XYZ10.0, 9.5, 34.6
Decimal1005472
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.26:1
Text on #FFFFFF
AAA
2.89:1
Text on #000000
FAIL
6.94:1
Text on #F8FAFC
AA
2.46:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F57A0;
}
.text-color {
color: #0F57A0;
}
.border-color {
border: 2px solid #0F57A0;
}