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