#472425
a deep, soft red · warm · closest name: black
RGB
71, 36, 37
HSL
358°, 33%, 21%
CMYK
0, 49, 48, 72
Luminance
0.0273
Every format
| HEX | #472425 |
| RGB | rgb(71, 36, 37) |
| HSL | hsl(358, 33%, 21%) |
| CMYK | cmyk(0%, 49%, 48%, 72%) |
| LAB | lab(18.9 16.7 6.7) |
| LCH | lch(18.9 18.0 21.9) |
| OKLCH | oklch(0.308 0.053 18.8) |
Copy-ready code
/* CSS */
color: #472425;
background-color: #472425;
/* Tailwind (arbitrary) */
class="text-[#472425] bg-[#472425]"
/* SCSS */
$brand: #472425;
/* SwiftUI */
Color(red: 0.278, green: 0.141, blue: 0.145)
/* Android */
Color.parseColor("#472425")Accessibility — WCAG contrast
Aa
#472425 on white: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472425 on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green14.1%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta49.3%
Yellow47.9%
Key (black)72.2%
Color previews
#472425 text on a black background
contrast 1.55:1
Card sample
#472425 text on a white background
contrast 13.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472425;
Background color
Panel with #472425 background
background-color: #472425;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472425;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 36, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 36, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472425; background: linear-gradient(135deg, #472425, #473A24);