#547021
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 112, 33
HSL
81°, 55%, 28%
CMYK
25, 0, 71, 56
Luminance
0.1358
Every format
| HEX | #547021 |
| RGB | rgb(84, 112, 33) |
| HSL | hsl(81, 55%, 28%) |
| CMYK | cmyk(25%, 0%, 71%, 56%) |
| LAB | lab(43.6 -23.2 38.9) |
| LCH | lch(43.6 45.3 120.7) |
| OKLCH | oklch(0.506 0.110 126.9) |
Copy-ready code
/* CSS */
color: #547021;
background-color: #547021;
/* Tailwind (arbitrary) */
class="text-[#547021] bg-[#547021]"
/* SCSS */
$brand: #547021;
/* SwiftUI */
Color(red: 0.329, green: 0.439, blue: 0.129)
/* Android */
Color.parseColor("#547021")Accessibility — WCAG contrast
Aa
#547021 on white: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#547021 on black: 3.72:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green43.9%
Blue12.9%
CMYK percentages
Cyan25.0%
Magenta0.0%
Yellow70.5%
Key (black)56.1%
Color previews
#547021 text on a black background
contrast 3.72:1
Card sample
#547021 text on a white background
contrast 5.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #547021;
Background color
Panel with #547021 background
background-color: #547021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #547021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 112, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 112, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #547021; background: linear-gradient(135deg, #547021, #217023);