#074250
A very dark, vivid cyan closely aligning with Darkslategray.
About #074250
Visually, #074250 is defined as a vivid cyan. It is closely associated with the named CSS color Darkslategray. Its digital footprint relies on 7 parts red, 66 parts green, and 80 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 91% Cyan, 18% Magenta, 0% Yellow, and 69% Black. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#074250
RGB7, 66, 80
HSL191.5°, 83.9%, 17.1%
CMYK91%, 18%, 0%, 69%
HSV191.5°, 91.2%, 31.4%
LAB25.3, -12.0, -13.5
XYZ3.5, 4.5, 8.3
Decimal475728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.03:1
Text on #FFFFFF
AAA
1.90:1
Text on #000000
FAIL
10.54:1
Text on #F8FAFC
AAA
1.62:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #074250;
}
.text-color {
color: #074250;
}
.border-color {
border: 2px solid #074250;
}