#073A33
A very dark, vivid cyan closely aligning with Darkslategray.
About #073A33
At its core, #073A33 is a very dark and vivid hue. It is closely associated with the named CSS color Darkslategray. This translates to an RGB value of rgb(7, 58, 51).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). To reproduce this shade on paper, a printer utilizes 88% cyan and 0% magenta inks. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#073A33
RGB7, 58, 51
HSL171.8°, 78.5%, 12.7%
CMYK88%, 0%, 12%, 77%
HSV171.8°, 87.9%, 22.7%
LAB21.2, -18.1, -0.3
XYZ2.2, 3.3, 3.7
Decimal473651
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.63:1
Text on #FFFFFF
AAA
1.66:1
Text on #000000
FAIL
12.08:1
Text on #F8FAFC
AAA
1.41:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #073A33;
}
.text-color {
color: #073A33;
}
.border-color {
border: 2px solid #073A33;
}