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