#421506
a deep, electric orange · warm · closest name: black
RGB
66, 21, 6
HSL
15°, 83%, 14%
CMYK
0, 68, 91, 74
Luminance
0.0171
Every format
| HEX | #421506 |
| RGB | rgb(66, 21, 6) |
| HSL | hsl(15, 83%, 14%) |
| CMYK | cmyk(0%, 68%, 91%, 74%) |
| LAB | lab(13.9 20.9 18.7) |
| LCH | lch(13.9 28.0 41.8) |
| OKLCH | oklch(0.265 0.074 38.5) |
Copy-ready code
/* CSS */
color: #421506;
background-color: #421506;
/* Tailwind (arbitrary) */
class="text-[#421506] bg-[#421506]"
/* SCSS */
$brand: #421506;
/* SwiftUI */
Color(red: 0.259, green: 0.082, blue: 0.024)
/* Android */
Color.parseColor("#421506")Accessibility — WCAG contrast
Aa
#421506 on white: 15.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#421506 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green8.2%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow90.9%
Key (black)74.1%
Color previews
#421506 text on a black background
contrast 1.34:1
Card sample
#421506 text on a white background
contrast 15.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #421506;
Background color
Panel with #421506 background
background-color: #421506;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #421506;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 21, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 21, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #421506; background: linear-gradient(135deg, #421506, #423D06);