#475c0a
a deep, electric green · cool · closest name: olivedrab
RGB
71, 92, 10
HSL
75°, 80%, 20%
CMYK
23, 0, 89, 64
Luminance
0.0902
Every format
| HEX | #475c0a |
| RGB | rgb(71, 92, 10) |
| HSL | hsl(75, 80%, 20%) |
| CMYK | cmyk(23%, 0%, 89%, 64%) |
| LAB | lab(36.0 -19.9 39.8) |
| LCH | lch(36.0 44.5 116.6) |
| OKLCH | oklch(0.442 0.104 124.1) |
Copy-ready code
/* CSS */
color: #475c0a;
background-color: #475c0a;
/* Tailwind (arbitrary) */
class="text-[#475c0a] bg-[#475c0a]"
/* SCSS */
$brand: #475c0a;
/* SwiftUI */
Color(red: 0.278, green: 0.361, blue: 0.039)
/* Android */
Color.parseColor("#475c0a")Accessibility — WCAG contrast
Aa
#475c0a on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475c0a on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green36.1%
Blue3.9%
CMYK percentages
Cyan22.8%
Magenta0.0%
Yellow89.1%
Key (black)63.9%
Color previews
#475c0a text on a black background
contrast 2.80:1
Card sample
#475c0a text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475c0a;
Background color
Panel with #475c0a background
background-color: #475c0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475c0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 92, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 92, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475c0a; background: linear-gradient(135deg, #475c0a, #105C0A);