#332002
a deep, electric orange · warm · closest name: black
RGB
51, 32, 2
HSL
37°, 93%, 10%
CMYK
0, 37, 96, 80
Luminance
0.0174
Every format
| HEX | #332002 |
| RGB | rgb(51, 32, 2) |
| HSL | hsl(37, 93%, 10%) |
| CMYK | cmyk(0%, 37%, 96%, 80%) |
| LAB | lab(14.1 5.9 20.1) |
| LCH | lch(14.1 20.9 73.5) |
| OKLCH | oklch(0.261 0.052 74.9) |
Copy-ready code
/* CSS */
color: #332002;
background-color: #332002;
/* Tailwind (arbitrary) */
class="text-[#332002] bg-[#332002]"
/* SCSS */
$brand: #332002;
/* SwiftUI */
Color(red: 0.200, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#332002")Accessibility — WCAG contrast
Aa
#332002 on white: 15.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#332002 on black: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow96.1%
Key (black)80.0%
Color previews
#332002 text on a black background
contrast 1.35:1
Card sample
#332002 text on a white background
contrast 15.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #332002;
Background color
Panel with #332002 background
background-color: #332002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #332002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #332002; background: linear-gradient(135deg, #332002, #253302);