#07667C
A dark, vivid cyan closely aligning with Darkslategray.
About #07667C
The precise color #07667C is an excellent choice for modern design projects. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(7, 102, 124).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 18% M, 0% Y, and 51% K. With a hue angle of 191.3 degrees, it sits comfortably in the cyan spectrum.
Ensuring your text is legible against this background is a key part of web design. 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#07667C
RGB7, 102, 124
HSL191.3°, 89.3%, 25.7%
CMYK94%, 18%, 0%, 51%
HSV191.3°, 94.4%, 48.6%
LAB39.6, -16.2, -19.2
XYZ8.5, 11.0, 20.7
Decimal484988
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.56:1
Text on #FFFFFF
AA
3.20:1
Text on #000000
AA Large
6.27:1
Text on #F8FAFC
AA
2.72:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07667C;
}
.text-color {
color: #07667C;
}
.border-color {
border: 2px solid #07667C;
}