#547713
a dark, vivid green · cool · closest name: olivedrab
RGB
84, 119, 19
HSL
81°, 73%, 27%
CMYK
29, 0, 84, 53
Luminance
0.1513
Every format
| HEX | #547713 |
| RGB | rgb(84, 119, 19) |
| HSL | hsl(81, 73%, 27%) |
| CMYK | cmyk(29%, 0%, 84%, 53%) |
| LAB | lab(45.8 -27.5 46.2) |
| LCH | lch(45.8 53.8 120.7) |
| OKLCH | oklch(0.523 0.129 128.0) |
Copy-ready code
/* CSS */
color: #547713;
background-color: #547713;
/* Tailwind (arbitrary) */
class="text-[#547713] bg-[#547713]"
/* SCSS */
$brand: #547713;
/* SwiftUI */
Color(red: 0.329, green: 0.467, blue: 0.075)
/* Android */
Color.parseColor("#547713")Accessibility — WCAG contrast
Aa
#547713 on white: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#547713 on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green46.7%
Blue7.5%
CMYK percentages
Cyan29.4%
Magenta0.0%
Yellow84.0%
Key (black)53.3%
Color previews
#547713 text on a black background
contrast 4.03:1
Card sample
#547713 text on a white background
contrast 5.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #547713;
Background color
Panel with #547713 background
background-color: #547713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #547713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 119, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 119, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #547713; background: linear-gradient(135deg, #547713, #137715);