#548c1e
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 140, 30
HSL
91°, 65%, 33%
CMYK
40, 0, 79, 45
Luminance
0.2073
Every format
| HEX | #548c1e |
| RGB | rgb(84, 140, 30) |
| HSL | hsl(91, 65%, 33%) |
| CMYK | cmyk(40%, 0%, 79%, 45%) |
| LAB | lab(52.7 -36.6 49.1) |
| LCH | lch(52.7 61.2 126.7) |
| OKLCH | oklch(0.580 0.150 133.3) |
Copy-ready code
/* CSS */
color: #548c1e;
background-color: #548c1e;
/* Tailwind (arbitrary) */
class="text-[#548c1e] bg-[#548c1e]"
/* SCSS */
$brand: #548c1e;
/* SwiftUI */
Color(red: 0.329, green: 0.549, blue: 0.118)
/* Android */
Color.parseColor("#548c1e")Accessibility — WCAG contrast
Aa
#548c1e on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#548c1e on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green54.9%
Blue11.8%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow78.6%
Key (black)45.1%
Color previews
#548c1e text on a black background
contrast 5.15:1
Card sample
#548c1e text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #548c1e;
Background color
Panel with #548c1e background
background-color: #548c1e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #548c1e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 140, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 140, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #548c1e; background: linear-gradient(135deg, #548c1e, #1E8C31);