#441100
a deep, electric orange · warm · closest name: maroon
RGB
68, 17, 0
HSL
15°, 100%, 13%
CMYK
0, 75, 100, 73
Luminance
0.0163
Every format
| HEX | #441100 |
| RGB | rgb(68, 17, 0) |
| HSL | hsl(15, 100%, 13%) |
| CMYK | cmyk(0%, 75%, 100%, 73%) |
| LAB | lab(13.4 23.6 20.6) |
| LCH | lch(13.4 31.3 41.1) |
| OKLCH | oklch(0.263 0.083 39.5) |
Copy-ready code
/* CSS */
color: #441100;
background-color: #441100;
/* Tailwind (arbitrary) */
class="text-[#441100] bg-[#441100]"
/* SCSS */
$brand: #441100;
/* SwiftUI */
Color(red: 0.267, green: 0.067, blue: 0.000)
/* Android */
Color.parseColor("#441100")Accessibility — WCAG contrast
Aa
#441100 on white: 15.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441100 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green6.7%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow100.0%
Key (black)73.3%
Color previews
#441100 text on a black background
contrast 1.33:1
Card sample
#441100 text on a white background
contrast 15.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441100;
Background color
Panel with #441100 background
background-color: #441100;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441100;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 17, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 17, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441100; background: linear-gradient(135deg, #441100, #443E00);