#421f13
a deep, vivid orange · warm · closest name: black
RGB
66, 31, 19
HSL
15°, 55%, 17%
CMYK
0, 53, 71, 74
Luminance
0.0219
Every format
| HEX | #421f13 |
| RGB | rgb(66, 31, 19) |
| HSL | hsl(15, 55%, 17%) |
| CMYK | cmyk(0%, 53%, 71%, 74%) |
| LAB | lab(16.4 15.6 15.6) |
| LCH | lch(16.4 22.1 45.0) |
| OKLCH | oklch(0.285 0.058 39.5) |
Copy-ready code
/* CSS */
color: #421f13;
background-color: #421f13;
/* Tailwind (arbitrary) */
class="text-[#421f13] bg-[#421f13]"
/* SCSS */
$brand: #421f13;
/* SwiftUI */
Color(red: 0.259, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#421f13")Accessibility — WCAG contrast
Aa
#421f13 on white: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#421f13 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta53.0%
Yellow71.2%
Key (black)74.1%
Color previews
#421f13 text on a black background
contrast 1.44:1
Card sample
#421f13 text on a white background
contrast 14.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #421f13;
Background color
Panel with #421f13 background
background-color: #421f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #421f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #421f13; background: linear-gradient(135deg, #421f13, #423E13);