#548331
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 131, 49
HSL
94°, 46%, 35%
CMYK
36, 0, 63, 49
Luminance
0.1834
Every format
| HEX | #548331 |
| RGB | rgb(84, 131, 49) |
| HSL | hsl(94, 46%, 35%) |
| CMYK | cmyk(36%, 0%, 63%, 49%) |
| LAB | lab(49.9 -31.0 38.4) |
| LCH | lch(49.9 49.3 128.9) |
| OKLCH | oklch(0.558 0.124 134.0) |
Copy-ready code
/* CSS */
color: #548331;
background-color: #548331;
/* Tailwind (arbitrary) */
class="text-[#548331] bg-[#548331]"
/* SCSS */
$brand: #548331;
/* SwiftUI */
Color(red: 0.329, green: 0.514, blue: 0.192)
/* Android */
Color.parseColor("#548331")Accessibility — WCAG contrast
Aa
#548331 on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#548331 on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green51.4%
Blue19.2%
CMYK percentages
Cyan35.9%
Magenta0.0%
Yellow62.6%
Key (black)48.6%
Color previews
#548331 text on a black background
contrast 4.67:1
Card sample
#548331 text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548331;
Background color
Panel with #548331 background
background-color: #548331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 131, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 131, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548331; background: linear-gradient(135deg, #548331, #318345);