#54932a
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 147, 42
HSL
96°, 56%, 37%
CMYK
43, 0, 71, 42
Luminance
0.2292
Every format
| HEX | #54932a |
| RGB | rgb(84, 147, 42) |
| HSL | hsl(96, 56%, 37%) |
| CMYK | cmyk(43%, 0%, 71%, 42%) |
| LAB | lab(55.0 -38.8 46.9) |
| LCH | lch(55.0 60.9 129.6) |
| OKLCH | oklch(0.599 0.152 135.4) |
Copy-ready code
/* CSS */
color: #54932a;
background-color: #54932a;
/* Tailwind (arbitrary) */
class="text-[#54932a] bg-[#54932a]"
/* SCSS */
$brand: #54932a;
/* SwiftUI */
Color(red: 0.329, green: 0.576, blue: 0.165)
/* Android */
Color.parseColor("#54932a")Accessibility — WCAG contrast
Aa
#54932a on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#54932a on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green57.6%
Blue16.5%
CMYK percentages
Cyan42.9%
Magenta0.0%
Yellow71.4%
Key (black)42.4%
Color previews
#54932a text on a black background
contrast 5.58:1
Card sample
#54932a text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #54932a;
Background color
Panel with #54932a background
background-color: #54932a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #54932a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 147, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 147, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #54932a; background: linear-gradient(135deg, #54932a, #2A9346);