#322011
a deep, vivid orange · warm · closest name: black
RGB
50, 32, 17
HSL
27°, 49%, 13%
CMYK
0, 36, 66, 80
Luminance
0.0175
Every format
| HEX | #322011 |
| RGB | rgb(50, 32, 17) |
| HSL | hsl(27, 49%, 13%) |
| CMYK | cmyk(0%, 36%, 66%, 80%) |
| LAB | lab(14.1 6.6 13.4) |
| LCH | lch(14.1 14.9 63.7) |
| OKLCH | oklch(0.262 0.038 59.9) |
Copy-ready code
/* CSS */
color: #322011;
background-color: #322011;
/* Tailwind (arbitrary) */
class="text-[#322011] bg-[#322011]"
/* SCSS */
$brand: #322011;
/* SwiftUI */
Color(red: 0.196, green: 0.125, blue: 0.067)
/* Android */
Color.parseColor("#322011")Accessibility — WCAG contrast
Aa
#322011 on white: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#322011 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green12.5%
Blue6.7%
CMYK percentages
Cyan0.0%
Magenta36.0%
Yellow66.0%
Key (black)80.4%
Color previews
#322011 text on a black background
contrast 1.35:1
Card sample
#322011 text on a white background
contrast 15.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #322011;
Background color
Panel with #322011 background
background-color: #322011;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #322011;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 32, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 32, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #322011; background: linear-gradient(135deg, #322011, #2E3211);