#548e21
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 142, 33
HSL
92°, 62%, 34%
CMYK
41, 0, 77, 44
Luminance
0.2134
Every format
| HEX | #548e21 |
| RGB | rgb(84, 142, 33) |
| HSL | hsl(92, 62%, 34%) |
| CMYK | cmyk(41%, 0%, 77%, 44%) |
| LAB | lab(53.3 -37.3 48.7) |
| LCH | lch(53.3 61.3 127.4) |
| OKLCH | oklch(0.585 0.151 133.9) |
Copy-ready code
/* CSS */
color: #548e21;
background-color: #548e21;
/* Tailwind (arbitrary) */
class="text-[#548e21] bg-[#548e21]"
/* SCSS */
$brand: #548e21;
/* SwiftUI */
Color(red: 0.329, green: 0.557, blue: 0.129)
/* Android */
Color.parseColor("#548e21")Accessibility — WCAG contrast
Aa
#548e21 on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548e21 on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green55.7%
Blue12.9%
CMYK percentages
Cyan40.8%
Magenta0.0%
Yellow76.8%
Key (black)44.3%
Color previews
#548e21 text on a black background
contrast 5.27:1
Card sample
#548e21 text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548e21;
Background color
Panel with #548e21 background
background-color: #548e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 142, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 142, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548e21; background: linear-gradient(135deg, #548e21, #218E37);