#547421
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 116, 33
HSL
83°, 56%, 29%
CMYK
28, 0, 72, 55
Luminance
0.1449
Every format
| HEX | #547421 |
| RGB | rgb(84, 116, 33) |
| HSL | hsl(83, 56%, 29%) |
| CMYK | cmyk(28%, 0%, 72%, 55%) |
| LAB | lab(44.9 -25.2 40.3) |
| LCH | lch(44.9 47.5 122.0) |
| OKLCH | oklch(0.517 0.116 128.2) |
Copy-ready code
/* CSS */
color: #547421;
background-color: #547421;
/* Tailwind (arbitrary) */
class="text-[#547421] bg-[#547421]"
/* SCSS */
$brand: #547421;
/* SwiftUI */
Color(red: 0.329, green: 0.455, blue: 0.129)
/* Android */
Color.parseColor("#547421")Accessibility — WCAG contrast
Aa
#547421 on white: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#547421 on black: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green45.5%
Blue12.9%
CMYK percentages
Cyan27.6%
Magenta0.0%
Yellow71.6%
Key (black)54.5%
Color previews
#547421 text on a black background
contrast 3.90:1
Card sample
#547421 text on a white background
contrast 5.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #547421;
Background color
Panel with #547421 background
background-color: #547421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #547421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 116, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 116, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #547421; background: linear-gradient(135deg, #547421, #217425);