#332011
a deep, vivid orange · warm · closest name: black
RGB
51, 32, 17
HSL
27°, 50%, 13%
CMYK
0, 37, 67, 80
Luminance
0.0178
Every format
| HEX | #332011 |
| RGB | rgb(51, 32, 17) |
| HSL | hsl(27, 50%, 13%) |
| CMYK | cmyk(0%, 37%, 67%, 80%) |
| LAB | lab(14.3 7.2 13.6) |
| LCH | lch(14.3 15.4 62.3) |
| OKLCH | oklch(0.264 0.039 58.3) |
Copy-ready code
/* CSS */
color: #332011;
background-color: #332011;
/* Tailwind (arbitrary) */
class="text-[#332011] bg-[#332011]"
/* SCSS */
$brand: #332011;
/* SwiftUI */
Color(red: 0.200, green: 0.125, blue: 0.067)
/* Android */
Color.parseColor("#332011")Accessibility — WCAG contrast
Aa
#332011 on white: 15.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332011 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow66.7%
Key (black)80.0%
Color previews
#332011 text on a black background
contrast 1.36:1
Card sample
#332011 text on a white background
contrast 15.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332011;
Background color
Panel with #332011 background
background-color: #332011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 32, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 32, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332011; background: linear-gradient(135deg, #332011, #2F3311);