#548721
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 135, 33
HSL
90°, 61%, 33%
CMYK
38, 0, 76, 47
Luminance
0.1932
Every format
| HEX | #548721 |
| RGB | rgb(84, 135, 33) |
| HSL | hsl(90, 61%, 33%) |
| CMYK | cmyk(38%, 0%, 76%, 47%) |
| LAB | lab(51.1 -34.1 46.5) |
| LCH | lch(51.1 57.6 126.3) |
| OKLCH | oklch(0.567 0.142 132.7) |
Copy-ready code
/* CSS */
color: #548721;
background-color: #548721;
/* Tailwind (arbitrary) */
class="text-[#548721] bg-[#548721]"
/* SCSS */
$brand: #548721;
/* SwiftUI */
Color(red: 0.329, green: 0.529, blue: 0.129)
/* Android */
Color.parseColor("#548721")Accessibility — WCAG contrast
Aa
#548721 on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548721 on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green52.9%
Blue12.9%
CMYK percentages
Cyan37.8%
Magenta0.0%
Yellow75.6%
Key (black)47.1%
Color previews
#548721 text on a black background
contrast 4.86:1
Card sample
#548721 text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548721;
Background color
Panel with #548721 background
background-color: #548721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 135, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 135, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548721; background: linear-gradient(135deg, #548721, #218732);