#07506D
A dark, vivid blue closely aligning with Darkslategray.
About #07506D
When working with digital screens, the color #07506D is rendered by mixing light. It is closely associated with the named CSS color Darkslategray. In the RGB color space, it consists of 7 red, 80 green, and 109 blue.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 27% magenta inks. With a hue angle of 197.1 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#07506D
RGB7, 80, 109
HSL197.1°, 87.9%, 22.7%
CMYK94%, 27%, 0%, 57%
HSV197.1°, 93.6%, 42.7%
LAB31.5, -9.0, -22.4
XYZ5.7, 6.9, 15.5
Decimal479341
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.83:1
Text on #FFFFFF
AAA
2.38:1
Text on #000000
FAIL
8.44:1
Text on #F8FAFC
AAA
2.02:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07506D;
}
.text-color {
color: #07506D;
}
.border-color {
border: 2px solid #07506D;
}