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