#474021
a deep, soft yellow · cool · closest name: darkslategray
RGB
71, 64, 33
HSL
49°, 37%, 20%
CMYK
0, 10, 54, 72
Luminance
0.0512
Every format
| HEX | #474021 |
| RGB | rgb(71, 64, 33) |
| HSL | hsl(49, 37%, 20%) |
| CMYK | cmyk(0%, 10%, 54%, 72%) |
| LAB | lab(27.1 -2.0 20.0) |
| LCH | lch(27.1 20.1 95.8) |
| OKLCH | oklch(0.371 0.048 97.0) |
Copy-ready code
/* CSS */
color: #474021;
background-color: #474021;
/* Tailwind (arbitrary) */
class="text-[#474021] bg-[#474021]"
/* SCSS */
$brand: #474021;
/* SwiftUI */
Color(red: 0.278, green: 0.251, blue: 0.129)
/* Android */
Color.parseColor("#474021")Accessibility — WCAG contrast
Aa
#474021 on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#474021 on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green25.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.9%
Yellow53.5%
Key (black)72.2%
Color previews
#474021 text on a black background
contrast 2.02:1
Card sample
#474021 text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #474021;
Background color
Panel with #474021 background
background-color: #474021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #474021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 64, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 64, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #474021; background: linear-gradient(135deg, #474021, #354721);