#0057AF
A dark, vivid blue closely aligning with Darkslateblue.
About #0057AF
Visually, #0057AF is defined as a vivid blue. It is closely associated with the named CSS color Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 0, 87, and 175.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 100% cyan and 50% magenta inks. The HSL representation is 210.2° hue, 100.0% saturation, and 34.3% lightness.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#0057AF
RGB0, 87, 175
HSL210.2°, 100.0%, 34.3%
CMYK100%, 50%, 0%, 31%
HSV210.2°, 100.0%, 68.6%
LAB37.7, 13.3, -52.9
XYZ11.1, 9.9, 41.9
Decimal22447
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.04:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.73:1
Text on #F8FAFC
AA
2.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0057AF;
}
.text-color {
color: #0057AF;
}
.border-color {
border: 2px solid #0057AF;
}