#332211
a deep, vivid orange · warm · closest name: black
RGB
51, 34, 17
HSL
30°, 50%, 13%
CMYK
0, 33, 67, 80
Luminance
0.0189
Every format
| HEX | #332211 |
| RGB | rgb(51, 34, 17) |
| HSL | hsl(30, 50%, 13%) |
| CMYK | cmyk(0%, 33%, 67%, 80%) |
| LAB | lab(14.9 5.8 14.4) |
| LCH | lch(14.9 15.5 68.2) |
| OKLCH | oklch(0.268 0.038 64.9) |
Copy-ready code
/* CSS */
color: #332211;
background-color: #332211;
/* Tailwind (arbitrary) */
class="text-[#332211] bg-[#332211]"
/* SCSS */
$brand: #332211;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.067)
/* Android */
Color.parseColor("#332211")Accessibility — WCAG contrast
Aa
#332211 on white: 15.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332211 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow66.7%
Key (black)80.0%
Color previews
#332211 text on a black background
contrast 1.38:1
Card sample
#332211 text on a white background
contrast 15.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332211;
Background color
Panel with #332211 background
background-color: #332211;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332211;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332211; background: linear-gradient(135deg, #332211, #2D3311);