#472521
a deep, soft red · warm · closest name: black
RGB
71, 37, 33
HSL
6°, 37%, 20%
CMYK
0, 48, 54, 72
Luminance
0.0277
Every format
| HEX | #472521 |
| RGB | rgb(71, 37, 33) |
| HSL | hsl(6, 37%, 20%) |
| CMYK | cmyk(0%, 48%, 54%, 72%) |
| LAB | lab(19.1 15.6 9.7) |
| LCH | lch(19.1 18.3 31.9) |
| OKLCH | oklch(0.309 0.052 27.6) |
Copy-ready code
/* CSS */
color: #472521;
background-color: #472521;
/* Tailwind (arbitrary) */
class="text-[#472521] bg-[#472521]"
/* SCSS */
$brand: #472521;
/* SwiftUI */
Color(red: 0.278, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#472521")Accessibility — WCAG contrast
Aa
#472521 on white: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472521 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.9%
Yellow53.5%
Key (black)72.2%
Color previews
#472521 text on a black background
contrast 1.55:1
Card sample
#472521 text on a white background
contrast 13.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472521;
Background color
Panel with #472521 background
background-color: #472521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472521; background: linear-gradient(135deg, #472521, #473E21);