#411607
a deep, electric orange · warm · closest name: black
RGB
65, 22, 7
HSL
16°, 81%, 14%
CMYK
0, 66, 89, 75
Luminance
0.0171
Every format
| HEX | #411607 |
| RGB | rgb(65, 22, 7) |
| HSL | hsl(16, 81%, 14%) |
| CMYK | cmyk(0%, 66%, 89%, 75%) |
| LAB | lab(13.9 19.9 18.3) |
| LCH | lch(13.9 27.0 42.5) |
| OKLCH | oklch(0.265 0.071 39.1) |
Copy-ready code
/* CSS */
color: #411607;
background-color: #411607;
/* Tailwind (arbitrary) */
class="text-[#411607] bg-[#411607]"
/* SCSS */
$brand: #411607;
/* SwiftUI */
Color(red: 0.255, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#411607")Accessibility — WCAG contrast
Aa
#411607 on white: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#411607 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.5%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow89.2%
Key (black)74.5%
Color previews
#411607 text on a black background
contrast 1.34:1
Card sample
#411607 text on a white background
contrast 15.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #411607;
Background color
Panel with #411607 background
background-color: #411607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #411607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(65, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(65, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #411607; background: linear-gradient(135deg, #411607, #413D07);