#075413
a deep, electric green · cool · closest name: seagreen
RGB
7, 84, 19
HSL
129°, 85%, 18%
CMYK
92, 0, 77, 67
Luminance
0.0643
Every format
| HEX | #075413 |
| RGB | rgb(7, 84, 19) |
| HSL | hsl(129, 85%, 18%) |
| CMYK | cmyk(92%, 0%, 77%, 67%) |
| LAB | lab(30.5 -36.0 30.4) |
| LCH | lch(30.5 47.1 139.9) |
| OKLCH | oklch(0.389 0.119 144.5) |
Copy-ready code
/* CSS */
color: #075413;
background-color: #075413;
/* Tailwind (arbitrary) */
class="text-[#075413] bg-[#075413]"
/* SCSS */
$brand: #075413;
/* SwiftUI */
Color(red: 0.027, green: 0.329, blue: 0.075)
/* Android */
Color.parseColor("#075413")Accessibility — WCAG contrast
Aa
#075413 on white: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#075413 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red2.7%
Green32.9%
Blue7.5%
CMYK percentages
Cyan91.7%
Magenta0.0%
Yellow77.4%
Key (black)67.1%
Color previews
#075413 text on a black background
contrast 2.29:1
Card sample
#075413 text on a white background
contrast 9.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #075413;
Background color
Panel with #075413 background
background-color: #075413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #075413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(7, 84, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(7, 84, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #075413; background: linear-gradient(135deg, #075413, #075446);