#422607
a deep, electric orange · warm · closest name: black
RGB
66, 38, 7
HSL
32°, 81%, 14%
CMYK
0, 42, 89, 74
Luminance
0.0256
Every format
| HEX | #422607 |
| RGB | rgb(66, 38, 7) |
| HSL | hsl(32, 81%, 14%) |
| CMYK | cmyk(0%, 42%, 89%, 74%) |
| LAB | lab(18.2 10.3 23.7) |
| LCH | lch(18.2 25.8 66.5) |
| OKLCH | oklch(0.298 0.060 63.9) |
Copy-ready code
/* CSS */
color: #422607;
background-color: #422607;
/* Tailwind (arbitrary) */
class="text-[#422607] bg-[#422607]"
/* SCSS */
$brand: #422607;
/* SwiftUI */
Color(red: 0.259, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#422607")Accessibility — WCAG contrast
Aa
#422607 on white: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#422607 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green14.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow89.4%
Key (black)74.1%
Color previews
#422607 text on a black background
contrast 1.51:1
Card sample
#422607 text on a white background
contrast 13.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #422607;
Background color
Panel with #422607 background
background-color: #422607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #422607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #422607; background: linear-gradient(135deg, #422607, #374207);