#074413
a deep, electric green · cool · closest name: seagreen
RGB
7, 68, 19
HSL
132°, 81%, 15%
CMYK
90, 0, 72, 73
Luminance
0.0423
Every format
| HEX | #074413 |
| RGB | rgb(7, 68, 19) |
| HSL | hsl(132, 81%, 15%) |
| CMYK | cmyk(90%, 0%, 72%, 73%) |
| LAB | lab(24.4 -30.1 23.8) |
| LCH | lch(24.4 38.4 141.7) |
| OKLCH | oklch(0.338 0.098 145.7) |
Copy-ready code
/* CSS */
color: #074413;
background-color: #074413;
/* Tailwind (arbitrary) */
class="text-[#074413] bg-[#074413]"
/* SCSS */
$brand: #074413;
/* SwiftUI */
Color(red: 0.027, green: 0.267, blue: 0.075)
/* Android */
Color.parseColor("#074413")Accessibility — WCAG contrast
Aa
#074413 on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#074413 on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green26.7%
Blue7.5%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow72.1%
Key (black)73.3%
Color previews
#074413 text on a black background
contrast 1.85:1
Card sample
#074413 text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #074413;
Background color
Panel with #074413 background
background-color: #074413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #074413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 68, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 68, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #074413; background: linear-gradient(135deg, #074413, #07443C);