#362821
a deep, soft orange · warm · closest name: black
RGB
54, 40, 33
HSL
20°, 24%, 17%
CMYK
0, 26, 39, 79
Luminance
0.0241
Every format
| HEX | #362821 |
| RGB | rgb(54, 40, 33) |
| HSL | hsl(20, 24%, 17%) |
| CMYK | cmyk(0%, 26%, 39%, 79%) |
| LAB | lab(17.5 5.3 7.1) |
| LCH | lch(17.5 8.9 53.3) |
| OKLCH | oklch(0.291 0.025 47.9) |
Copy-ready code
/* CSS */
color: #362821;
background-color: #362821;
/* Tailwind (arbitrary) */
class="text-[#362821] bg-[#362821]"
/* SCSS */
$brand: #362821;
/* SwiftUI */
Color(red: 0.212, green: 0.157, blue: 0.129)
/* Android */
Color.parseColor("#362821")Accessibility — WCAG contrast
Aa
#362821 on white: 14.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#362821 on black: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.2%
Green15.7%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow38.9%
Key (black)78.8%
Color previews
#362821 text on a black background
contrast 1.48:1
Card sample
#362821 text on a white background
contrast 14.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #362821;
Background color
Panel with #362821 background
background-color: #362821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #362821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(54, 40, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(54, 40, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #362821; background: linear-gradient(135deg, #362821, #363621);