#401708
a deep, electric orange · warm · closest name: black
RGB
64, 23, 8
HSL
16°, 78%, 14%
CMYK
0, 64, 88, 75
Luminance
0.0172
Every format
| HEX | #401708 |
| RGB | rgb(64, 23, 8) |
| HSL | hsl(16, 78%, 14%) |
| CMYK | cmyk(0%, 64%, 88%, 75%) |
| LAB | lab(13.9 18.9 17.9) |
| LCH | lch(13.9 26.0 43.4) |
| OKLCH | oklch(0.265 0.069 39.7) |
Copy-ready code
/* CSS */
color: #401708;
background-color: #401708;
/* Tailwind (arbitrary) */
class="text-[#401708] bg-[#401708]"
/* SCSS */
$brand: #401708;
/* SwiftUI */
Color(red: 0.251, green: 0.090, blue: 0.031)
/* Android */
Color.parseColor("#401708")Accessibility — WCAG contrast
Aa
#401708 on white: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401708 on black: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green9.0%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta64.1%
Yellow87.5%
Key (black)74.9%
Color previews
#401708 text on a black background
contrast 1.34:1
Card sample
#401708 text on a white background
contrast 15.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401708;
Background color
Panel with #401708 background
background-color: #401708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 23, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 23, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401708; background: linear-gradient(135deg, #401708, #403C08);