#392621
a deep, soft red · warm · closest name: black
RGB
57, 38, 33
HSL
13°, 27%, 18%
CMYK
0, 33, 42, 78
Luminance
0.0237
Every format
| HEX | #392621 |
| RGB | rgb(57, 38, 33) |
| HSL | hsl(13, 27%, 18%) |
| CMYK | cmyk(0%, 33%, 42%, 78%) |
| LAB | lab(17.3 8.2 6.9) |
| LCH | lch(17.3 10.7 40.1) |
| OKLCH | oklch(0.290 0.030 35.3) |
Copy-ready code
/* CSS */
color: #392621;
background-color: #392621;
/* Tailwind (arbitrary) */
class="text-[#392621] bg-[#392621]"
/* SCSS */
$brand: #392621;
/* SwiftUI */
Color(red: 0.224, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#392621")Accessibility — WCAG contrast
Aa
#392621 on white: 14.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#392621 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow42.1%
Key (black)77.6%
Color previews
#392621 text on a black background
contrast 1.47:1
Card sample
#392621 text on a white background
contrast 14.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #392621;
Background color
Panel with #392621 background
background-color: #392621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #392621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #392621; background: linear-gradient(135deg, #392621, #393621);