#547621
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 118, 33
HSL
84°, 56%, 30%
CMYK
29, 0, 72, 54
Luminance
0.1495
Every format
| HEX | #547621 |
| RGB | rgb(84, 118, 33) |
| HSL | hsl(84, 56%, 30%) |
| CMYK | cmyk(29%, 0%, 72%, 54%) |
| LAB | lab(45.6 -26.2 40.9) |
| LCH | lch(45.6 48.6 122.6) |
| OKLCH | oklch(0.522 0.119 128.8) |
Copy-ready code
/* CSS */
color: #547621;
background-color: #547621;
/* Tailwind (arbitrary) */
class="text-[#547621] bg-[#547621]"
/* SCSS */
$brand: #547621;
/* SwiftUI */
Color(red: 0.329, green: 0.463, blue: 0.129)
/* Android */
Color.parseColor("#547621")Accessibility — WCAG contrast
Aa
#547621 on white: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#547621 on black: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green46.3%
Blue12.9%
CMYK percentages
Cyan28.8%
Magenta0.0%
Yellow72.0%
Key (black)53.7%
Color previews
#547621 text on a black background
contrast 3.99:1
Card sample
#547621 text on a white background
contrast 5.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #547621;
Background color
Panel with #547621 background
background-color: #547621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #547621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 118, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 118, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #547621; background: linear-gradient(135deg, #547621, #217627);