#549021
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 144, 33
HSL
92°, 63%, 35%
CMYK
42, 0, 77, 44
Luminance
0.2194
Every format
| HEX | #549021 |
| RGB | rgb(84, 144, 33) |
| HSL | hsl(92, 63%, 35%) |
| CMYK | cmyk(42%, 0%, 77%, 44%) |
| LAB | lab(54.0 -38.1 49.3) |
| LCH | lch(54.0 62.3 127.7) |
| OKLCH | oklch(0.590 0.153 134.2) |
Copy-ready code
/* CSS */
color: #549021;
background-color: #549021;
/* Tailwind (arbitrary) */
class="text-[#549021] bg-[#549021]"
/* SCSS */
$brand: #549021;
/* SwiftUI */
Color(red: 0.329, green: 0.565, blue: 0.129)
/* Android */
Color.parseColor("#549021")Accessibility — WCAG contrast
Aa
#549021 on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#549021 on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green56.5%
Blue12.9%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow77.1%
Key (black)43.5%
Color previews
#549021 text on a black background
contrast 5.39:1
Card sample
#549021 text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #549021;
Background color
Panel with #549021 background
background-color: #549021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #549021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 144, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 144, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #549021; background: linear-gradient(135deg, #549021, #219038);