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