#482621
a deep, soft red · warm · closest name: black
RGB
72, 38, 33
HSL
8°, 37%, 21%
CMYK
0, 47, 54, 72
Luminance
0.0287
Every format
| HEX | #482621 |
| RGB | rgb(72, 38, 33) |
| HSL | hsl(8, 37%, 21%) |
| CMYK | cmyk(0%, 47%, 54%, 72%) |
| LAB | lab(19.5 15.4 10.3) |
| LCH | lch(19.5 18.5 33.8) |
| OKLCH | oklch(0.312 0.053 29.3) |
Copy-ready code
/* CSS */
color: #482621;
background-color: #482621;
/* Tailwind (arbitrary) */
class="text-[#482621] bg-[#482621]"
/* SCSS */
$brand: #482621;
/* SwiftUI */
Color(red: 0.282, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#482621")Accessibility — WCAG contrast
Aa
#482621 on white: 13.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#482621 on black: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow54.2%
Key (black)71.8%
Color previews
#482621 text on a black background
contrast 1.57:1
Card sample
#482621 text on a white background
contrast 13.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #482621;
Background color
Panel with #482621 background
background-color: #482621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #482621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #482621; background: linear-gradient(135deg, #482621, #484021);