#476721
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 103, 33
HSL
87°, 52%, 27%
CMYK
31, 0, 68, 60
Luminance
0.1115
Every format
| HEX | #476721 |
| RGB | rgb(71, 103, 33) |
| HSL | hsl(87, 52%, 27%) |
| CMYK | cmyk(31%, 0%, 68%, 60%) |
| LAB | lab(39.8 -24.1 34.6) |
| LCH | lch(39.8 42.2 124.8) |
| OKLCH | oklch(0.473 0.105 130.5) |
Copy-ready code
/* CSS */
color: #476721;
background-color: #476721;
/* Tailwind (arbitrary) */
class="text-[#476721] bg-[#476721]"
/* SCSS */
$brand: #476721;
/* SwiftUI */
Color(red: 0.278, green: 0.404, blue: 0.129)
/* Android */
Color.parseColor("#476721")Accessibility — WCAG contrast
Aa
#476721 on white: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476721 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green40.4%
Blue12.9%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow68.0%
Key (black)59.6%
Color previews
#476721 text on a black background
contrast 3.23:1
Card sample
#476721 text on a white background
contrast 6.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476721;
Background color
Panel with #476721 background
background-color: #476721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 103, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 103, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476721; background: linear-gradient(135deg, #476721, #21672A);