#476621
a dark, vivid green · cool · closest name: olivedrab
RGB
71, 102, 33
HSL
87°, 51%, 27%
CMYK
30, 0, 68, 60
Luminance
0.1095
Every format
| HEX | #476621 |
| RGB | rgb(71, 102, 33) |
| HSL | hsl(87, 51%, 27%) |
| CMYK | cmyk(30%, 0%, 68%, 60%) |
| LAB | lab(39.5 -23.6 34.3) |
| LCH | lch(39.5 41.6 124.5) |
| OKLCH | oklch(0.470 0.103 130.2) |
Copy-ready code
/* CSS */
color: #476621;
background-color: #476621;
/* Tailwind (arbitrary) */
class="text-[#476621] bg-[#476621]"
/* SCSS */
$brand: #476621;
/* SwiftUI */
Color(red: 0.278, green: 0.400, blue: 0.129)
/* Android */
Color.parseColor("#476621")Accessibility — WCAG contrast
Aa
#476621 on white: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#476621 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green40.0%
Blue12.9%
CMYK percentages
Cyan30.4%
Magenta0.0%
Yellow67.6%
Key (black)60.0%
Color previews
#476621 text on a black background
contrast 3.19:1
Card sample
#476621 text on a white background
contrast 6.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #476621;
Background color
Panel with #476621 background
background-color: #476621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #476621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 102, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 102, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #476621; background: linear-gradient(135deg, #476621, #216629);