#541c01
a deep, electric orange · warm · closest name: maroon
RGB
84, 28, 1
HSL
20°, 98%, 17%
CMYK
0, 67, 99, 67
Luminance
0.0272
Every format
| HEX | #541c01 |
| RGB | rgb(84, 28, 1) |
| HSL | hsl(20, 98%, 17%) |
| CMYK | cmyk(0%, 67%, 99%, 67%) |
| LAB | lab(18.9 24.7 27.7) |
| LCH | lch(18.9 37.1 48.3) |
| OKLCH | oklch(0.310 0.091 42.7) |
Copy-ready code
/* CSS */
color: #541c01;
background-color: #541c01;
/* Tailwind (arbitrary) */
class="text-[#541c01] bg-[#541c01]"
/* SCSS */
$brand: #541c01;
/* SwiftUI */
Color(red: 0.329, green: 0.110, blue: 0.004)
/* Android */
Color.parseColor("#541c01")Accessibility — WCAG contrast
Aa
#541c01 on white: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#541c01 on black: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green11.0%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow98.8%
Key (black)67.1%
Color previews
#541c01 text on a black background
contrast 1.54:1
Card sample
#541c01 text on a white background
contrast 13.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #541c01;
Background color
Panel with #541c01 background
background-color: #541c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #541c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 28, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 28, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #541c01; background: linear-gradient(135deg, #541c01, #545301);