#601c01
a deep, electric orange · warm · closest name: maroon
RGB
96, 28, 1
HSL
17°, 98%, 19%
CMYK
0, 71, 99, 62
Luminance
0.0332
Every format
| HEX | #601c01 |
| RGB | rgb(96, 28, 1) |
| HSL | hsl(17, 98%, 19%) |
| CMYK | cmyk(0%, 71%, 99%, 62%) |
| LAB | lab(21.3 29.7 31.1) |
| LCH | lch(21.3 43.0 46.3) |
| OKLCH | oklch(0.333 0.105 39.3) |
Copy-ready code
/* CSS */
color: #601c01;
background-color: #601c01;
/* Tailwind (arbitrary) */
class="text-[#601c01] bg-[#601c01]"
/* SCSS */
$brand: #601c01;
/* SwiftUI */
Color(red: 0.376, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#601c01")Accessibility — WCAG contrast
Aa
#601c01 on white: 12.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#601c01 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta70.8%
Yellow99.0%
Key (black)62.4%
Color previews
#601c01 text on a black background
contrast 1.66:1
Card sample
#601c01 text on a white background
contrast 12.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #601c01;
Background color
Panel with #601c01 background
background-color: #601c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #601c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #601c01; background: linear-gradient(135deg, #601c01, #605B01);