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