#291a00
a deep, electric orange · warm · closest name: black
RGB
41, 26, 0
HSL
38°, 100%, 8%
CMYK
0, 37, 100, 84
Luminance
0.0121
Every format
| HEX | #291a00 |
| RGB | rgb(41, 26, 0) |
| HSL | hsl(38, 100%, 8%) |
| CMYK | cmyk(0%, 37%, 100%, 84%) |
| LAB | lab(10.6 4.3 16.0) |
| LCH | lch(10.6 16.5 75.0) |
| OKLCH | oklch(0.231 0.048 79.3) |
Copy-ready code
/* CSS */
color: #291a00;
background-color: #291a00;
/* Tailwind (arbitrary) */
class="text-[#291a00] bg-[#291a00]"
/* SCSS */
$brand: #291a00;
/* SwiftUI */
Color(red: 0.161, green: 0.102, blue: 0.000)
/* Android */
Color.parseColor("#291a00")Accessibility — WCAG contrast
Aa
#291a00 on white: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291a00 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green10.2%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta36.6%
Yellow100.0%
Key (black)83.9%
Color previews
#291a00 text on a black background
contrast 1.24:1
Card sample
#291a00 text on a white background
contrast 16.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291a00;
Background color
Panel with #291a00 background
background-color: #291a00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291a00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 26, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 26, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291a00; background: linear-gradient(135deg, #291a00, #1D2900);