#075066
A dark, vivid cyan closely aligning with Darkslategray.
About #075066
The hex code #075066 represents a beautifully specific shade of cyan. If you're using CSS, you might find it aligns closely with Darkslategray. To achieve this exact tint on a monitor, you would use an RGB mix of 7, 80, and 102.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 93% C, 22% M, 0% Y, and 60% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#075066
RGB7, 80, 102
HSL193.9°, 87.2%, 21.4%
CMYK93%, 22%, 0%, 60%
HSV193.9°, 93.1%, 40.0%
LAB31.2, -11.8, -18.5
XYZ5.4, 6.7, 13.6
Decimal479334
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.94:1
Text on #FFFFFF
AAA
2.35:1
Text on #000000
FAIL
8.55:1
Text on #F8FAFC
AAA
2.00:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #075066;
}
.text-color {
color: #075066;
}
.border-color {
border: 2px solid #075066;
}