#475318
a deep, vivid green · cool · closest name: olive
RGB
71, 83, 24
HSL
72°, 55%, 21%
CMYK
15, 0, 71, 68
Luminance
0.0759
Every format
| HEX | #475318 |
| RGB | rgb(71, 83, 24) |
| HSL | hsl(72, 55%, 21%) |
| CMYK | cmyk(15%, 0%, 71%, 68%) |
| LAB | lab(33.1 -14.2 31.7) |
| LCH | lch(33.1 34.8 114.2) |
| OKLCH | oklch(0.419 0.083 120.0) |
Copy-ready code
/* CSS */
color: #475318;
background-color: #475318;
/* Tailwind (arbitrary) */
class="text-[#475318] bg-[#475318]"
/* SCSS */
$brand: #475318;
/* SwiftUI */
Color(red: 0.278, green: 0.325, blue: 0.094)
/* Android */
Color.parseColor("#475318")Accessibility — WCAG contrast
Aa
#475318 on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475318 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.5%
Blue9.4%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow71.1%
Key (black)67.5%
Color previews
#475318 text on a black background
contrast 2.52:1
Card sample
#475318 text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475318;
Background color
Panel with #475318 background
background-color: #475318;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475318;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 83, 24, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 83, 24, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475318; background: linear-gradient(135deg, #475318, #205318);