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