#441908
a deep, electric orange · warm · closest name: black
RGB
68, 25, 8
HSL
17°, 79%, 15%
CMYK
0, 63, 88, 73
Luminance
0.0194
Every format
| HEX | #441908 |
| RGB | rgb(68, 25, 8) |
| HSL | hsl(17, 79%, 15%) |
| CMYK | cmyk(0%, 63%, 88%, 73%) |
| LAB | lab(15.2 19.6 19.6) |
| LCH | lch(15.2 27.7 45.1) |
| OKLCH | oklch(0.276 0.072 40.7) |
Copy-ready code
/* CSS */
color: #441908;
background-color: #441908;
/* Tailwind (arbitrary) */
class="text-[#441908] bg-[#441908]"
/* SCSS */
$brand: #441908;
/* SwiftUI */
Color(red: 0.267, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#441908")Accessibility — WCAG contrast
Aa
#441908 on white: 15.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#441908 on black: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow88.2%
Key (black)73.3%
Color previews
#441908 text on a black background
contrast 1.39:1
Card sample
#441908 text on a white background
contrast 15.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #441908;
Background color
Panel with #441908 background
background-color: #441908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #441908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #441908; background: linear-gradient(135deg, #441908, #444108);