#075FAF
A dark, vivid blue closely aligning with Darkslateblue.
About #075FAF
At its core, #075FAF is a dark and vivid hue. It is closely associated with the named CSS color Darkslateblue. In the RGB color space, it consists of 7 red, 95 green, and 175 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 96% Cyan, 46% Magenta, 0% Yellow, and 31% Black. The HSL representation is 208.6° hue, 92.3% saturation, and 35.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#075FAF
RGB7, 95, 175
HSL208.6°, 92.3%, 35.7%
CMYK96%, 46%, 0%, 31%
HSV208.6°, 96.0%, 68.6%
LAB40.1, 8.4, -49.0
XYZ11.9, 11.3, 42.1
Decimal483247
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.43:1
Text on #FFFFFF
AA
3.26:1
Text on #000000
AA Large
6.15:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075FAF;
}
.text-color {
color: #075FAF;
}
.border-color {
border: 2px solid #075FAF;
}