#331b03
a deep, electric orange · warm · closest name: black
RGB
51, 27, 3
HSL
30°, 89%, 11%
CMYK
0, 47, 94, 80
Luminance
0.0149
Every format
| HEX | #331b03 |
| RGB | rgb(51, 27, 3) |
| HSL | hsl(30, 89%, 11%) |
| CMYK | cmyk(0%, 47%, 94%, 80%) |
| LAB | lab(12.6 9.5 17.7) |
| LCH | lch(12.6 20.0 61.8) |
| OKLCH | oklch(0.250 0.053 62.5) |
Copy-ready code
/* CSS */
color: #331b03;
background-color: #331b03;
/* Tailwind (arbitrary) */
class="text-[#331b03] bg-[#331b03]"
/* SCSS */
$brand: #331b03;
/* SwiftUI */
Color(red: 0.200, green: 0.106, blue: 0.012)
/* Android */
Color.parseColor("#331b03")Accessibility — WCAG contrast
Aa
#331b03 on white: 16.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331b03 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green10.6%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta47.1%
Yellow94.1%
Key (black)80.0%
Color previews
#331b03 text on a black background
contrast 1.30:1
Card sample
#331b03 text on a white background
contrast 16.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331b03;
Background color
Panel with #331b03 background
background-color: #331b03;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331b03;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 27, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 27, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331b03; background: linear-gradient(135deg, #331b03, #2B3303);