#331c0b
a deep, vivid orange · warm · closest name: black
RGB
51, 28, 11
HSL
26°, 65%, 12%
CMYK
0, 45, 78, 80
Luminance
0.0156
Every format
| HEX | #331c0b |
| RGB | rgb(51, 28, 11) |
| HSL | hsl(26, 65%, 12%) |
| CMYK | cmyk(0%, 45%, 78%, 80%) |
| LAB | lab(13.0 9.4 14.9) |
| LCH | lch(13.0 17.6 57.9) |
| OKLCH | oklch(0.253 0.046 55.3) |
Copy-ready code
/* CSS */
color: #331c0b;
background-color: #331c0b;
/* Tailwind (arbitrary) */
class="text-[#331c0b] bg-[#331c0b]"
/* SCSS */
$brand: #331c0b;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.043)
/* Android */
Color.parseColor("#331c0b")Accessibility — WCAG contrast
Aa
#331c0b on white: 16.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c0b on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow78.4%
Key (black)80.0%
Color previews
#331c0b text on a black background
contrast 1.31:1
Card sample
#331c0b text on a white background
contrast 16.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c0b;
Background color
Panel with #331c0b background
background-color: #331c0b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c0b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c0b; background: linear-gradient(135deg, #331c0b, #2F330B);