#00520e
a deep, electric green · cool · closest name: seagreen
RGB
0, 82, 14
HSL
130°, 100%, 16%
CMYK
100, 0, 83, 68
Luminance
0.0607
Every format
| HEX | #00520e |
| RGB | rgb(0, 82, 14) |
| HSL | hsl(130, 100%, 16%) |
| CMYK | cmyk(100%, 0%, 83%, 68%) |
| LAB | lab(29.6 -36.8 31.5) |
| LCH | lch(29.6 48.4 139.4) |
| OKLCH | oklch(0.381 0.122 144.4) |
Copy-ready code
/* CSS */
color: #00520e;
background-color: #00520e;
/* Tailwind (arbitrary) */
class="text-[#00520e] bg-[#00520e]"
/* SCSS */
$brand: #00520e;
/* SwiftUI */
Color(red: 0.000, green: 0.322, blue: 0.055)
/* Android */
Color.parseColor("#00520e")Accessibility — WCAG contrast
Aa
#00520e on white: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00520e on black: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.2%
Blue5.5%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow82.9%
Key (black)67.8%
Color previews
#00520e text on a black background
contrast 2.21:1
Card sample
#00520e text on a white background
contrast 9.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00520e;
Background color
Panel with #00520e background
background-color: #00520e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00520e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 82, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 82, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00520e; background: linear-gradient(135deg, #00520e, #005245);