#331c00
a deep, electric orange · warm · closest name: black
RGB
51, 28, 0
HSL
33°, 100%, 10%
CMYK
0, 45, 100, 80
Luminance
0.0153
Every format
| HEX | #331c00 |
| RGB | rgb(51, 28, 0) |
| HSL | hsl(33, 100%, 10%) |
| CMYK | cmyk(0%, 45%, 100%, 80%) |
| LAB | lab(12.8 8.6 19.2) |
| LCH | lch(12.8 21.0 66.0) |
| OKLCH | oklch(0.252 0.055 68.0) |
Copy-ready code
/* CSS */
color: #331c00;
background-color: #331c00;
/* Tailwind (arbitrary) */
class="text-[#331c00] bg-[#331c00]"
/* SCSS */
$brand: #331c00;
/* SwiftUI */
Color(red: 0.200, green: 0.110, blue: 0.000)
/* Android */
Color.parseColor("#331c00")Accessibility — WCAG contrast
Aa
#331c00 on white: 16.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#331c00 on black: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green11.0%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow100.0%
Key (black)80.0%
Color previews
#331c00 text on a black background
contrast 1.31:1
Card sample
#331c00 text on a white background
contrast 16.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #331c00;
Background color
Panel with #331c00 background
background-color: #331c00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #331c00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 28, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 28, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #331c00; background: linear-gradient(135deg, #331c00, #283300);