#00540c
a deep, electric green · cool · closest name: seagreen
RGB
0, 84, 12
HSL
129°, 100%, 17%
CMYK
100, 0, 86, 67
Luminance
0.0637
Every format
| HEX | #00540c |
| RGB | rgb(0, 84, 12) |
| HSL | hsl(129, 100%, 17%) |
| CMYK | cmyk(100%, 0%, 86%, 67%) |
| LAB | lab(30.3 -37.6 32.9) |
| LCH | lch(30.3 50.0 138.8) |
| OKLCH | oklch(0.387 0.125 144.0) |
Copy-ready code
/* CSS */
color: #00540c;
background-color: #00540c;
/* Tailwind (arbitrary) */
class="text-[#00540c] bg-[#00540c]"
/* SCSS */
$brand: #00540c;
/* SwiftUI */
Color(red: 0.000, green: 0.329, blue: 0.047)
/* Android */
Color.parseColor("#00540c")Accessibility — WCAG contrast
Aa
#00540c on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#00540c on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.0%
Green32.9%
Blue4.7%
CMYK percentages
Cyan100.0%
Magenta0.0%
Yellow85.7%
Key (black)67.1%
Color previews
#00540c text on a black background
contrast 2.27:1
Card sample
#00540c text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #00540c;
Background color
Panel with #00540c background
background-color: #00540c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #00540c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(0, 84, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(0, 84, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #00540c; background: linear-gradient(135deg, #00540c, #005444);