#362521
a deep, soft red · warm · closest name: black
RGB
54, 37, 33
HSL
11°, 24%, 17%
CMYK
0, 32, 39, 79
Luminance
0.0222
Every format
| HEX | #362521 |
| RGB | rgb(54, 37, 33) |
| HSL | hsl(11, 24%, 17%) |
| CMYK | cmyk(0%, 32%, 39%, 79%) |
| LAB | lab(16.6 7.4 5.8) |
| LCH | lch(16.6 9.4 38.4) |
| OKLCH | oklch(0.284 0.027 33.6) |
Copy-ready code
/* CSS */
color: #362521;
background-color: #362521;
/* Tailwind (arbitrary) */
class="text-[#362521] bg-[#362521]"
/* SCSS */
$brand: #362521;
/* SwiftUI */
Color(red: 0.212, green: 0.145, blue: 0.129)
/* Android */
Color.parseColor("#362521")Accessibility — WCAG contrast
Aa
#362521 on white: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362521 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green14.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta31.5%
Yellow38.9%
Key (black)78.8%
Color previews
#362521 text on a black background
contrast 1.44:1
Card sample
#362521 text on a white background
contrast 14.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362521;
Background color
Panel with #362521 background
background-color: #362521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 37, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 37, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362521; background: linear-gradient(135deg, #362521, #363321);