#291b0a
a deep, vivid orange · warm · closest name: black
RGB
41, 27, 10
HSL
33°, 61%, 10%
CMYK
0, 34, 76, 84
Luminance
0.0128
Every format
| HEX | #291b0a |
| RGB | rgb(41, 27, 10) |
| HSL | hsl(33, 61%, 10%) |
| CMYK | cmyk(0%, 34%, 76%, 84%) |
| LAB | lab(11.1 4.5 12.6) |
| LCH | lch(11.1 13.4 70.1) |
| OKLCH | oklch(0.235 0.036 69.9) |
Copy-ready code
/* CSS */
color: #291b0a;
background-color: #291b0a;
/* Tailwind (arbitrary) */
class="text-[#291b0a] bg-[#291b0a]"
/* SCSS */
$brand: #291b0a;
/* SwiftUI */
Color(red: 0.161, green: 0.106, blue: 0.039)
/* Android */
Color.parseColor("#291b0a")Accessibility — WCAG contrast
Aa
#291b0a on white: 16.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291b0a on black: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green10.6%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta34.1%
Yellow75.6%
Key (black)83.9%
Color previews
#291b0a text on a black background
contrast 1.26:1
Card sample
#291b0a text on a white background
contrast 16.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291b0a;
Background color
Panel with #291b0a background
background-color: #291b0a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291b0a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 27, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 27, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291b0a; background: linear-gradient(135deg, #291b0a, #22290A);