#291a13
a deep, soft orange · warm · closest name: black
RGB
41, 26, 19
HSL
19°, 37%, 12%
CMYK
0, 37, 54, 84
Luminance
0.0126
Every format
| HEX | #291a13 |
| RGB | rgb(41, 26, 19) |
| HSL | hsl(19, 37%, 12%) |
| CMYK | cmyk(0%, 37%, 54%, 84%) |
| LAB | lab(11.0 6.3 7.7) |
| LCH | lch(11.0 10.0 50.5) |
| OKLCH | oklch(0.235 0.027 45.9) |
Copy-ready code
/* CSS */
color: #291a13;
background-color: #291a13;
/* Tailwind (arbitrary) */
class="text-[#291a13] bg-[#291a13]"
/* SCSS */
$brand: #291a13;
/* SwiftUI */
Color(red: 0.161, green: 0.102, blue: 0.075)
/* Android */
Color.parseColor("#291a13")Accessibility — WCAG contrast
Aa
#291a13 on white: 16.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291a13 on black: 1.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green10.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow53.7%
Key (black)83.9%
Color previews
#291a13 text on a black background
contrast 1.25:1
Card sample
#291a13 text on a white background
contrast 16.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291a13;
Background color
Panel with #291a13 background
background-color: #291a13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291a13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 26, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 26, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291a13; background: linear-gradient(135deg, #291a13, #292913);