#362621
a deep, soft red · warm · closest name: black
RGB
54, 38, 33
HSL
14°, 24%, 17%
CMYK
0, 30, 39, 79
Luminance
0.0228
Every format
| HEX | #362621 |
| RGB | rgb(54, 38, 33) |
| HSL | hsl(14, 24%, 17%) |
| CMYK | cmyk(0%, 30%, 39%, 79%) |
| LAB | lab(16.9 6.7 6.3) |
| LCH | lch(16.9 9.2 43.1) |
| OKLCH | oklch(0.286 0.026 38.1) |
Copy-ready code
/* CSS */
color: #362621;
background-color: #362621;
/* Tailwind (arbitrary) */
class="text-[#362621] bg-[#362621]"
/* SCSS */
$brand: #362621;
/* SwiftUI */
Color(red: 0.212, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#362621")Accessibility — WCAG contrast
Aa
#362621 on white: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362621 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta29.6%
Yellow38.9%
Key (black)78.8%
Color previews
#362621 text on a black background
contrast 1.46:1
Card sample
#362621 text on a white background
contrast 14.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362621;
Background color
Panel with #362621 background
background-color: #362621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362621; background: linear-gradient(135deg, #362621, #363421);