#291103
a deep, electric orange · warm · closest name: black
RGB
41, 17, 3
HSL
22°, 86%, 9%
CMYK
0, 59, 93, 84
Luminance
0.0088
Every format
| HEX | #291103 |
| RGB | rgb(41, 17, 3) |
| HSL | hsl(22, 86%, 9%) |
| CMYK | cmyk(0%, 59%, 93%, 84%) |
| LAB | lab(7.9 11.0 10.9) |
| LCH | lch(7.9 15.5 44.7) |
| OKLCH | oklch(0.210 0.047 51.2) |
Copy-ready code
/* CSS */
color: #291103;
background-color: #291103;
/* Tailwind (arbitrary) */
class="text-[#291103] bg-[#291103]"
/* SCSS */
$brand: #291103;
/* SwiftUI */
Color(red: 0.161, green: 0.067, blue: 0.012)
/* Android */
Color.parseColor("#291103")Accessibility — WCAG contrast
Aa
#291103 on white: 17.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#291103 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.1%
Green6.7%
Blue1.2%
CMYK percentages
Cyan0.0%
Magenta58.5%
Yellow92.7%
Key (black)83.9%
Color previews
#291103 text on a black background
contrast 1.18:1
Card sample
#291103 text on a white background
contrast 17.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #291103;
Background color
Panel with #291103 background
background-color: #291103;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #291103;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(41, 17, 3, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(41, 17, 3, 0.45);
Border & gradient
Gradient panel
border: 3px solid #291103; background: linear-gradient(135deg, #291103, #282903);