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