#381f22
a deep, soft red · warm · closest name: black
RGB
56, 31, 34
HSL
353°, 29%, 17%
CMYK
0, 45, 39, 78
Luminance
0.0194
Every format
| HEX | #381f22 |
| RGB | rgb(56, 31, 34) |
| HSL | hsl(353, 29%, 17%) |
| CMYK | cmyk(0%, 45%, 39%, 78%) |
| LAB | lab(15.2 12.6 3.1) |
| LCH | lch(15.2 13.0 14.0) |
| OKLCH | oklch(0.273 0.039 12.2) |
Copy-ready code
/* CSS */
color: #381f22;
background-color: #381f22;
/* Tailwind (arbitrary) */
class="text-[#381f22] bg-[#381f22]"
/* SCSS */
$brand: #381f22;
/* SwiftUI */
Color(red: 0.220, green: 0.122, blue: 0.133)
/* Android */
Color.parseColor("#381f22")Accessibility — WCAG contrast
Aa
#381f22 on white: 15.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#381f22 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green12.2%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta44.6%
Yellow39.3%
Key (black)78.0%
Color previews
#381f22 text on a black background
contrast 1.39:1
Card sample
#381f22 text on a white background
contrast 15.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #381f22;
Background color
Panel with #381f22 background
background-color: #381f22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #381f22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 31, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 31, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #381f22; background: linear-gradient(135deg, #381f22, #382D1F);