#362321
a deep, soft red · warm · closest name: black
RGB
54, 35, 33
HSL
6°, 24%, 17%
CMYK
0, 35, 39, 79
Luminance
0.0210
Every format
| HEX | #362321 |
| RGB | rgb(54, 35, 33) |
| HSL | hsl(6, 24%, 17%) |
| CMYK | cmyk(0%, 35%, 39%, 79%) |
| LAB | lab(16.0 8.8 5.0) |
| LCH | lch(16.0 10.1 29.7) |
| OKLCH | oklch(0.279 0.030 25.8) |
Copy-ready code
/* CSS */
color: #362321;
background-color: #362321;
/* Tailwind (arbitrary) */
class="text-[#362321] bg-[#362321]"
/* SCSS */
$brand: #362321;
/* SwiftUI */
Color(red: 0.212, green: 0.137, blue: 0.129)
/* Android */
Color.parseColor("#362321")Accessibility — WCAG contrast
Aa
#362321 on white: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362321 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green13.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.2%
Yellow38.9%
Key (black)78.8%
Color previews
#362321 text on a black background
contrast 1.42:1
Card sample
#362321 text on a white background
contrast 14.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362321;
Background color
Panel with #362321 background
background-color: #362321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 35, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 35, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362321; background: linear-gradient(135deg, #362321, #363121);