#07503A
A very dark, vivid green closely aligning with Darkslategray.
About #07503A
Visually, #07503A is defined as a vivid green. Designers often compare it to the standard color Darkslategray. In the RGB color space, it consists of 7 red, 80 green, and 58 blue.
Translating this color to physical media requires the CMYK color model. The color uses 91% Cyan, 0% Magenta, 28% Yellow, and 69% Black. With a hue angle of 161.9 degrees, it sits comfortably in the green spectrum.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#07503A
RGB7, 80, 58
HSL161.9°, 83.9%, 17.1%
CMYK91%, 0%, 28%, 69%
HSV161.9°, 91.2%, 31.4%
LAB29.6, -26.9, 7.1
XYZ3.7, 6.1, 5.0
Decimal479290
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.47:1
Text on #FFFFFF
AAA
2.22:1
Text on #000000
FAIL
9.05:1
Text on #F8FAFC
AAA
1.89:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #07503A;
}
.text-color {
color: #07503A;
}
.border-color {
border: 2px solid #07503A;
}