#29140a
a deep, vivid orange · warm · closest name: black
RGB
41, 20, 10
HSL
19°, 61%, 10%
CMYK
0, 51, 76, 84
Luminance
0.0099
Every format
| HEX | #29140a |
| RGB | rgb(41, 20, 10) |
| HSL | hsl(19, 61%, 10%) |
| CMYK | cmyk(0%, 51%, 76%, 84%) |
| LAB | lab(8.9 9.6 9.5) |
| LCH | lch(8.9 13.5 44.8) |
| OKLCH | oklch(0.219 0.039 45.6) |
Copy-ready code
/* CSS */
color: #29140a;
background-color: #29140a;
/* Tailwind (arbitrary) */
class="text-[#29140a] bg-[#29140a]"
/* SCSS */
$brand: #29140a;
/* SwiftUI */
Color(red: 0.161, green: 0.078, blue: 0.039)
/* Android */
Color.parseColor("#29140a")Accessibility — WCAG contrast
Aa
#29140a on white: 17.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#29140a on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green7.8%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta51.2%
Yellow75.6%
Key (black)83.9%
Color previews
#29140a text on a black background
contrast 1.20:1
Card sample
#29140a text on a white background
contrast 17.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #29140a;
Background color
Panel with #29140a background
background-color: #29140a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #29140a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 20, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 20, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #29140a; background: linear-gradient(135deg, #29140a, #29290A);