#476521
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 101, 33
HSL
87°, 51%, 26%
CMYK
30, 0, 67, 60
Luminance
0.1076
Every format
| HEX | #476521 |
| RGB | rgb(71, 101, 33) |
| HSL | hsl(87, 51%, 26%) |
| CMYK | cmyk(30%, 0%, 67%, 60%) |
| LAB | lab(39.2 -23.1 33.9) |
| LCH | lch(39.2 41.0 124.2) |
| OKLCH | oklch(0.468 0.102 129.8) |
Copy-ready code
/* CSS */
color: #476521;
background-color: #476521;
/* Tailwind (arbitrary) */
class="text-[#476521] bg-[#476521]"
/* SCSS */
$brand: #476521;
/* SwiftUI */
Color(red: 0.278, green: 0.396, blue: 0.129)
/* Android */
Color.parseColor("#476521")Accessibility — WCAG contrast
Aa
#476521 on white: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476521 on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green39.6%
Blue12.9%
CMYK percentages
Cyan29.7%
Magenta0.0%
Yellow67.3%
Key (black)60.4%
Color previews
#476521 text on a black background
contrast 3.15:1
Card sample
#476521 text on a white background
contrast 6.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476521;
Background color
Panel with #476521 background
background-color: #476521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 101, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 101, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476521; background: linear-gradient(135deg, #476521, #216528);