#381a21
a deep, soft red · warm · closest name: black
RGB
56, 26, 33
HSL
346°, 37%, 16%
CMYK
0, 54, 41, 78
Luminance
0.0169
Every format
| HEX | #381a21 |
| RGB | rgb(56, 26, 33) |
| HSL | hsl(346, 37%, 16%) |
| CMYK | cmyk(0%, 54%, 41%, 78%) |
| LAB | lab(13.8 15.8 1.9) |
| LCH | lch(13.8 15.9 6.8) |
| OKLCH | oklch(0.263 0.048 6.0) |
Copy-ready code
/* CSS */
color: #381a21;
background-color: #381a21;
/* Tailwind (arbitrary) */
class="text-[#381a21] bg-[#381a21]"
/* SCSS */
$brand: #381a21;
/* SwiftUI */
Color(red: 0.220, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#381a21")Accessibility — WCAG contrast
Aa
#381a21 on white: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381a21 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta53.6%
Yellow41.1%
Key (black)78.0%
Color previews
#381a21 text on a black background
contrast 1.34:1
Card sample
#381a21 text on a white background
contrast 15.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381a21;
Background color
Panel with #381a21 background
background-color: #381a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381a21; background: linear-gradient(135deg, #381a21, #38271A);