#475229
a deep, soft green · cool · closest name: darkslategray
RGB
71, 82, 41
HSL
76°, 33%, 24%
CMYK
13, 0, 50, 68
Luminance
0.0753
Every format
| HEX | #475229 |
| RGB | rgb(71, 82, 41) |
| HSL | hsl(76, 33%, 24%) |
| CMYK | cmyk(13%, 0%, 50%, 68%) |
| LAB | lab(33.0 -11.9 22.5) |
| LCH | lch(33.0 25.5 117.9) |
| OKLCH | oklch(0.418 0.064 121.5) |
Copy-ready code
/* CSS */
color: #475229;
background-color: #475229;
/* Tailwind (arbitrary) */
class="text-[#475229] bg-[#475229]"
/* SCSS */
$brand: #475229;
/* SwiftUI */
Color(red: 0.278, green: 0.322, blue: 0.161)
/* Android */
Color.parseColor("#475229")Accessibility — WCAG contrast
Aa
#475229 on white: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#475229 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green32.2%
Blue16.1%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow50.0%
Key (black)67.8%
Color previews
#475229 text on a black background
contrast 2.51:1
Card sample
#475229 text on a white background
contrast 8.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #475229;
Background color
Panel with #475229 background
background-color: #475229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #475229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 82, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 82, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #475229; background: linear-gradient(135deg, #475229, #2C5229);