#331c0d
a deep, vivid orange · warm · closest name: black
RGB
51, 28, 13
HSL
24°, 59%, 13%
CMYK
0, 45, 75, 80
Luminance
0.0156
Every format
| HEX | #331c0d |
| RGB | rgb(51, 28, 13) |
| HSL | hsl(24, 59%, 13%) |
| CMYK | cmyk(0%, 45%, 75%, 80%) |
| LAB | lab(13.0 9.6 14.1) |
| LCH | lch(13.0 17.0 55.8) |
| OKLCH | oklch(0.254 0.044 52.6) |
Copy-ready code
/* CSS */
color: #331c0d;
background-color: #331c0d;
/* Tailwind (arbitrary) */
class="text-[#331c0d] bg-[#331c0d]"
/* SCSS */
$brand: #331c0d;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.051)
/* Android */
Color.parseColor("#331c0d")Accessibility — WCAG contrast
Aa
#331c0d on white: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c0d on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow74.5%
Key (black)80.0%
Color previews
#331c0d text on a black background
contrast 1.31:1
Card sample
#331c0d text on a white background
contrast 16.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c0d;
Background color
Panel with #331c0d background
background-color: #331c0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c0d; background: linear-gradient(135deg, #331c0d, #30330D);