#422613
a deep, vivid orange · warm · closest name: black
RGB
66, 38, 19
HSL
24°, 55%, 17%
CMYK
0, 42, 71, 74
Luminance
0.0259
Every format
| HEX | #422613 |
| RGB | rgb(66, 38, 19) |
| HSL | hsl(24, 55%, 17%) |
| CMYK | cmyk(0%, 42%, 71%, 74%) |
| LAB | lab(18.3 11.1 17.9) |
| LCH | lch(18.3 21.1 58.4) |
| OKLCH | oklch(0.300 0.052 53.5) |
Copy-ready code
/* CSS */
color: #422613;
background-color: #422613;
/* Tailwind (arbitrary) */
class="text-[#422613] bg-[#422613]"
/* SCSS */
$brand: #422613;
/* SwiftUI */
Color(red: 0.259, green: 0.149, blue: 0.075)
/* Android */
Color.parseColor("#422613")Accessibility — WCAG contrast
Aa
#422613 on white: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422613 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green14.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow71.2%
Key (black)74.1%
Color previews
#422613 text on a black background
contrast 1.52:1
Card sample
#422613 text on a white background
contrast 13.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422613;
Background color
Panel with #422613 background
background-color: #422613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 38, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 38, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422613; background: linear-gradient(135deg, #422613, #3F4213);