#000750
A very dark, vivid blue closely aligning with Midnightblue.
About #000750
The hex code #000750 represents a beautifully specific shade of blue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 0 parts red, 7 parts green, and 80 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 100% C, 91% M, 0% Y, and 69% K. The HSL representation is 234.8° hue, 100.0% saturation, and 15.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a very dark color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#000750
RGB0, 7, 80
HSL234.8°, 100.0%, 15.7%
CMYK100%, 91%, 0%, 69%
HSV234.8°, 100.0%, 31.4%
LAB6.6, 28.6, -43.6
XYZ1.5, 0.7, 7.7
Decimal1872
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
18.32:1
Text on #FFFFFF
AAA
1.15:1
Text on #000000
FAIL
17.51:1
Text on #F8FAFC
AAA
1.03:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #000750;
}
.text-color {
color: #000750;
}
.border-color {
border: 2px solid #000750;
}