#332721
a deep, soft orange · warm · closest name: black
RGB
51, 39, 33
HSL
20°, 21%, 17%
CMYK
0, 24, 35, 80
Luminance
0.0226
Every format
| HEX | #332721 |
| RGB | rgb(51, 39, 33) |
| HSL | hsl(20, 21%, 17%) |
| CMYK | cmyk(0%, 24%, 35%, 80%) |
| LAB | lab(16.8 4.5 6.1) |
| LCH | lch(16.8 7.6 53.5) |
| OKLCH | oklch(0.285 0.021 48.0) |
Copy-ready code
/* CSS */
color: #332721;
background-color: #332721;
/* Tailwind (arbitrary) */
class="text-[#332721] bg-[#332721]"
/* SCSS */
$brand: #332721;
/* SwiftUI */
Color(red: 0.200, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#332721")Accessibility — WCAG contrast
Aa
#332721 on white: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332721 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta23.5%
Yellow35.3%
Key (black)80.0%
Color previews
#332721 text on a black background
contrast 1.45:1
Card sample
#332721 text on a white background
contrast 14.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332721;
Background color
Panel with #332721 background
background-color: #332721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332721; background: linear-gradient(135deg, #332721, #333321);