#291a0f
a deep, vivid orange · warm · closest name: black
RGB
41, 26, 15
HSL
25°, 46%, 11%
CMYK
0, 37, 63, 84
Luminance
0.0124
Every format
| HEX | #291a0f |
| RGB | rgb(41, 26, 15) |
| HSL | hsl(25, 46%, 11%) |
| CMYK | cmyk(0%, 37%, 63%, 84%) |
| LAB | lab(10.9 5.8 9.9) |
| LCH | lch(10.9 11.5 59.6) |
| OKLCH | oklch(0.234 0.031 56.8) |
Copy-ready code
/* CSS */
color: #291a0f;
background-color: #291a0f;
/* Tailwind (arbitrary) */
class="text-[#291a0f] bg-[#291a0f]"
/* SCSS */
$brand: #291a0f;
/* SwiftUI */
Color(red: 0.161, green: 0.102, blue: 0.059)
/* Android */
Color.parseColor("#291a0f")Accessibility — WCAG contrast
Aa
#291a0f on white: 16.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291a0f on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green10.2%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow63.4%
Key (black)83.9%
Color previews
#291a0f text on a black background
contrast 1.25:1
Card sample
#291a0f text on a white background
contrast 16.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291a0f;
Background color
Panel with #291a0f background
background-color: #291a0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291a0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 26, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 26, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291a0f; background: linear-gradient(135deg, #291a0f, #27290F);