#075FB6
A dark, vivid blue closely aligning with Darkslateblue.
About #075FB6
Visually, #075FB6 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Darkslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 95, and 182.
For print applications, it's crucial to understand its CMYK makeup. The color uses 96% Cyan, 48% Magenta, 0% Yellow, and 29% 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#075FB6
RGB7, 95, 182
HSL209.8°, 92.6%, 37.1%
CMYK96%, 48%, 0%, 29%
HSV209.8°, 96.2%, 71.4%
LAB40.6, 11.2, -52.3
XYZ12.6, 11.6, 45.8
Decimal483254
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.32:1
Text on #FFFFFF
AA
3.32:1
Text on #000000
AA Large
6.04:1
Text on #F8FAFC
AA
2.82:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075FB6;
}
.text-color {
color: #075FB6;
}
.border-color {
border: 2px solid #075FB6;
}