#548c32
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 140, 50
HSL
97°, 47%, 37%
CMYK
40, 0, 64, 45
Luminance
0.2087
Every format
| HEX | #548c32 |
| RGB | rgb(84, 140, 50) |
| HSL | hsl(97, 47%, 37%) |
| CMYK | cmyk(40%, 0%, 64%, 45%) |
| LAB | lab(52.8 -35.0 41.2) |
| LCH | lch(52.8 54.0 130.4) |
| OKLCH | oklch(0.581 0.136 135.5) |
Copy-ready code
/* CSS */
color: #548c32;
background-color: #548c32;
/* Tailwind (arbitrary) */
class="text-[#548c32] bg-[#548c32]"
/* SCSS */
$brand: #548c32;
/* SwiftUI */
Color(red: 0.329, green: 0.549, blue: 0.196)
/* Android */
Color.parseColor("#548c32")Accessibility — WCAG contrast
Aa
#548c32 on white: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548c32 on black: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.9%
Blue19.6%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow64.3%
Key (black)45.1%
Color previews
#548c32 text on a black background
contrast 5.17:1
Card sample
#548c32 text on a white background
contrast 4.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548c32;
Background color
Panel with #548c32 background
background-color: #548c32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548c32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 140, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 140, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548c32; background: linear-gradient(135deg, #548c32, #328C4C);