#540607
a deep, electric red · warm · closest name: maroon
RGB
84, 6, 7
HSL
359°, 87%, 18%
CMYK
0, 93, 92, 67
Luminance
0.0203
Every format
| HEX | #540607 |
| RGB | rgb(84, 6, 7) |
| HSL | hsl(359, 87%, 18%) |
| CMYK | cmyk(0%, 93%, 92%, 67%) |
| LAB | lab(15.7 34.0 21.3) |
| LCH | lch(15.7 40.1 32.1) |
| OKLCH | oklch(0.286 0.109 27.2) |
Copy-ready code
/* CSS */
color: #540607;
background-color: #540607;
/* Tailwind (arbitrary) */
class="text-[#540607] bg-[#540607]"
/* SCSS */
$brand: #540607;
/* SwiftUI */
Color(red: 0.329, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#540607")Accessibility — WCAG contrast
Aa
#540607 on white: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#540607 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow91.7%
Key (black)67.1%
Color previews
#540607 text on a black background
contrast 1.41:1
Card sample
#540607 text on a white background
contrast 14.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #540607;
Background color
Panel with #540607 background
background-color: #540607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #540607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #540607; background: linear-gradient(135deg, #540607, #543906);