#401c01
a deep, electric orange · warm · closest name: black
RGB
64, 28, 1
HSL
26°, 97%, 13%
CMYK
0, 56, 98, 75
Luminance
0.0192
Every format
| HEX | #401c01 |
| RGB | rgb(64, 28, 1) |
| HSL | hsl(26, 97%, 13%) |
| CMYK | cmyk(0%, 56%, 98%, 75%) |
| LAB | lab(15.1 15.4 22.2) |
| LCH | lch(15.1 27.0 55.2) |
| OKLCH | oklch(0.274 0.068 53.3) |
Copy-ready code
/* CSS */
color: #401c01;
background-color: #401c01;
/* Tailwind (arbitrary) */
class="text-[#401c01] bg-[#401c01]"
/* SCSS */
$brand: #401c01;
/* SwiftUI */
Color(red: 0.251, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#401c01")Accessibility — WCAG contrast
Aa
#401c01 on white: 15.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#401c01 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta56.2%
Yellow98.4%
Key (black)74.9%
Color previews
#401c01 text on a black background
contrast 1.38:1
Card sample
#401c01 text on a white background
contrast 15.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #401c01;
Background color
Panel with #401c01 background
background-color: #401c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #401c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #401c01; background: linear-gradient(135deg, #401c01, #3A4001);