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