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