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