#42290a
a deep, vivid orange · warm · closest name: black
RGB
66, 41, 10
HSL
33°, 74%, 15%
CMYK
0, 38, 85, 74
Luminance
0.0277
Every format
| HEX | #42290a |
| RGB | rgb(66, 41, 10) |
| HSL | hsl(33, 74%, 15%) |
| CMYK | cmyk(0%, 38%, 85%, 74%) |
| LAB | lab(19.1 8.4 23.5) |
| LCH | lch(19.1 25.0 70.2) |
| OKLCH | oklch(0.305 0.057 67.9) |
Copy-ready code
/* CSS */
color: #42290a;
background-color: #42290a;
/* Tailwind (arbitrary) */
class="text-[#42290a] bg-[#42290a]"
/* SCSS */
$brand: #42290a;
/* SwiftUI */
Color(red: 0.259, green: 0.161, blue: 0.039)
/* Android */
Color.parseColor("#42290a")Accessibility — WCAG contrast
Aa
#42290a on white: 13.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#42290a on black: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.9%
Green16.1%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta37.9%
Yellow84.8%
Key (black)74.1%
Color previews
#42290a text on a black background
contrast 1.55:1
Card sample
#42290a text on a white background
contrast 13.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #42290a;
Background color
Panel with #42290a background
background-color: #42290a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #42290a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(66, 41, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(66, 41, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #42290a; background: linear-gradient(135deg, #42290a, #36420A);