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