#422f13
a deep, vivid orange · warm · closest name: black
RGB
66, 47, 19
HSL
36°, 55%, 17%
CMYK
0, 29, 71, 74
Luminance
0.0324
Every format
| HEX | #422f13 |
| RGB | rgb(66, 47, 19) |
| HSL | hsl(36, 55%, 17%) |
| CMYK | cmyk(0%, 29%, 71%, 74%) |
| LAB | lab(21.0 5.1 21.0) |
| LCH | lch(21.0 21.6 76.5) |
| OKLCH | oklch(0.321 0.050 74.8) |
Copy-ready code
/* CSS */
color: #422f13;
background-color: #422f13;
/* Tailwind (arbitrary) */
class="text-[#422f13] bg-[#422f13]"
/* SCSS */
$brand: #422f13;
/* SwiftUI */
Color(red: 0.259, green: 0.184, blue: 0.075)
/* Android */
Color.parseColor("#422f13")Accessibility — WCAG contrast
Aa
#422f13 on white: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422f13 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green18.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta28.8%
Yellow71.2%
Key (black)74.1%
Color previews
#422f13 text on a black background
contrast 1.65:1
Card sample
#422f13 text on a white background
contrast 12.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422f13;
Background color
Panel with #422f13 background
background-color: #422f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 47, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 47, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422f13; background: linear-gradient(135deg, #422f13, #364213);