#382021
a deep, soft red · warm · closest name: black
RGB
56, 32, 33
HSL
358°, 27%, 17%
CMYK
0, 43, 41, 78
Luminance
0.0198
Every format
| HEX | #382021 |
| RGB | rgb(56, 32, 33) |
| HSL | hsl(358, 27%, 17%) |
| CMYK | cmyk(0%, 43%, 41%, 78%) |
| LAB | lab(15.4 11.8 4.2) |
| LCH | lch(15.4 12.5 19.7) |
| OKLCH | oklch(0.275 0.037 17.1) |
Copy-ready code
/* CSS */
color: #382021;
background-color: #382021;
/* Tailwind (arbitrary) */
class="text-[#382021] bg-[#382021]"
/* SCSS */
$brand: #382021;
/* SwiftUI */
Color(red: 0.220, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#382021")Accessibility — WCAG contrast
Aa
#382021 on white: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#382021 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow41.1%
Key (black)78.0%
Color previews
#382021 text on a black background
contrast 1.40:1
Card sample
#382021 text on a white background
contrast 15.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #382021;
Background color
Panel with #382021 background
background-color: #382021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #382021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #382021; background: linear-gradient(135deg, #382021, #382F20);