#548521
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 133, 33
HSL
89°, 60%, 33%
CMYK
37, 0, 75, 48
Luminance
0.1877
Every format
| HEX | #548521 |
| RGB | rgb(84, 133, 33) |
| HSL | hsl(89, 60%, 33%) |
| CMYK | cmyk(37%, 0%, 75%, 48%) |
| LAB | lab(50.4 -33.3 45.8) |
| LCH | lch(50.4 56.6 126.0) |
| OKLCH | oklch(0.561 0.139 132.4) |
Copy-ready code
/* CSS */
color: #548521;
background-color: #548521;
/* Tailwind (arbitrary) */
class="text-[#548521] bg-[#548521]"
/* SCSS */
$brand: #548521;
/* SwiftUI */
Color(red: 0.329, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#548521")Accessibility — WCAG contrast
Aa
#548521 on white: 4.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548521 on black: 4.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green52.2%
Blue12.9%
CMYK percentages
Cyan36.8%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#548521 text on a black background
contrast 4.75:1
Card sample
#548521 text on a white background
contrast 4.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548521;
Background color
Panel with #548521 background
background-color: #548521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548521; background: linear-gradient(135deg, #548521, #218531);