#0750A8
A dark, vivid blue closely aligning with Darkslateblue.
About #0750A8
The hex code #0750A8 represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkslateblue. In the RGB color space, it consists of 7 red, 80 green, and 168 blue.
If you are designing for print, the four-color process is what matters most. The color uses 96% Cyan, 52% Magenta, 0% Yellow, and 34% Black. With a hue angle of 212.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0750A8
RGB7, 80, 168
HSL212.8°, 92.0%, 34.3%
CMYK96%, 52%, 0%, 34%
HSV212.8°, 95.8%, 65.9%
LAB35.2, 15.4, -52.7
XYZ10.0, 8.6, 38.2
Decimal479400
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.72:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.37:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0750A8;
}
.text-color {
color: #0750A8;
}
.border-color {
border: 2px solid #0750A8;
}