#411908
a deep, electric orange · warm · closest name: black
RGB
65, 25, 8
HSL
18°, 78%, 14%
CMYK
0, 62, 88, 75
Luminance
0.0184
Every format
| HEX | #411908 |
| RGB | rgb(65, 25, 8) |
| HSL | hsl(18, 78%, 14%) |
| CMYK | cmyk(0%, 62%, 88%, 75%) |
| LAB | lab(14.6 18.2 18.8) |
| LCH | lch(14.6 26.1 45.9) |
| OKLCH | oklch(0.271 0.068 42.0) |
Copy-ready code
/* CSS */
color: #411908;
background-color: #411908;
/* Tailwind (arbitrary) */
class="text-[#411908] bg-[#411908]"
/* SCSS */
$brand: #411908;
/* SwiftUI */
Color(red: 0.255, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#411908")Accessibility — WCAG contrast
Aa
#411908 on white: 15.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411908 on black: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow87.7%
Key (black)74.5%
Color previews
#411908 text on a black background
contrast 1.37:1
Card sample
#411908 text on a white background
contrast 15.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411908;
Background color
Panel with #411908 background
background-color: #411908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411908; background: linear-gradient(135deg, #411908, #413F08);