#474621
a deep, soft yellow · cool · closest name: darkslategray
RGB
71, 70, 33
HSL
58°, 37%, 20%
CMYK
0, 1, 54, 72
Luminance
0.0583
Every format
| HEX | #474621 |
| RGB | rgb(71, 70, 33) |
| HSL | hsl(58, 37%, 20%) |
| CMYK | cmyk(0%, 1%, 54%, 72%) |
| LAB | lab(29.0 -5.7 22.3) |
| LCH | lch(29.0 23.0 104.4) |
| OKLCH | oklch(0.386 0.056 107.4) |
Copy-ready code
/* CSS */
color: #474621;
background-color: #474621;
/* Tailwind (arbitrary) */
class="text-[#474621] bg-[#474621]"
/* SCSS */
$brand: #474621;
/* SwiftUI */
Color(red: 0.278, green: 0.275, blue: 0.129)
/* Android */
Color.parseColor("#474621")Accessibility — WCAG contrast
Aa
#474621 on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474621 on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green27.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow53.5%
Key (black)72.2%
Color previews
#474621 text on a black background
contrast 2.17:1
Card sample
#474621 text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474621;
Background color
Panel with #474621 background
background-color: #474621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 70, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 70, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474621; background: linear-gradient(135deg, #474621, #2F4721);