#382421
a deep, soft red · warm · closest name: black
RGB
56, 36, 33
HSL
8°, 26%, 18%
CMYK
0, 36, 41, 78
Luminance
0.0221
Every format
| HEX | #382421 |
| RGB | rgb(56, 36, 33) |
| HSL | hsl(8, 26%, 18%) |
| CMYK | cmyk(0%, 36%, 41%, 78%) |
| LAB | lab(16.6 9.1 5.8) |
| LCH | lch(16.6 10.8 32.9) |
| OKLCH | oklch(0.284 0.031 28.7) |
Copy-ready code
/* CSS */
color: #382421;
background-color: #382421;
/* Tailwind (arbitrary) */
class="text-[#382421] bg-[#382421]"
/* SCSS */
$brand: #382421;
/* SwiftUI */
Color(red: 0.220, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#382421")Accessibility — WCAG contrast
Aa
#382421 on white: 14.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382421 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow41.1%
Key (black)78.0%
Color previews
#382421 text on a black background
contrast 1.44:1
Card sample
#382421 text on a white background
contrast 14.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382421;
Background color
Panel with #382421 background
background-color: #382421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382421; background: linear-gradient(135deg, #382421, #383321);