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