#475901
a deep, electric green · cool · closest name: olivedrab
RGB
71, 89, 1
HSL
72°, 98%, 18%
CMYK
20, 0, 99, 65
Luminance
0.0849
Every format
| HEX | #475901 |
| RGB | rgb(71, 89, 1) |
| HSL | hsl(72, 98%, 18%) |
| CMYK | cmyk(20%, 0%, 99%, 65%) |
| LAB | lab(35.0 -18.7 41.7) |
| LCH | lch(35.0 45.7 114.2) |
| OKLCH | oklch(0.433 0.105 122.2) |
Copy-ready code
/* CSS */
color: #475901;
background-color: #475901;
/* Tailwind (arbitrary) */
class="text-[#475901] bg-[#475901]"
/* SCSS */
$brand: #475901;
/* SwiftUI */
Color(red: 0.278, green: 0.349, blue: 0.004)
/* Android */
Color.parseColor("#475901")Accessibility — WCAG contrast
Aa
#475901 on white: 7.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475901 on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green34.9%
Blue0.4%
CMYK percentages
Cyan20.2%
Magenta0.0%
Yellow98.9%
Key (black)65.1%
Color previews
#475901 text on a black background
contrast 2.70:1
Card sample
#475901 text on a white background
contrast 7.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475901;
Background color
Panel with #475901 background
background-color: #475901;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475901;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 89, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 89, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475901; background: linear-gradient(135deg, #475901, #0C5901);