#540f13
a deep, vivid red · warm · closest name: maroon
RGB
84, 15, 19
HSL
357°, 70%, 19%
CMYK
0, 82, 77, 67
Luminance
0.0227
Every format
| HEX | #540f13 |
| RGB | rgb(84, 15, 19) |
| HSL | hsl(357, 70%, 19%) |
| CMYK | cmyk(0%, 82%, 77%, 67%) |
| LAB | lab(16.9 31.5 17.0) |
| LCH | lch(16.9 35.7 28.3) |
| OKLCH | oklch(0.295 0.100 23.0) |
Copy-ready code
/* CSS */
color: #540f13;
background-color: #540f13;
/* Tailwind (arbitrary) */
class="text-[#540f13] bg-[#540f13]"
/* SCSS */
$brand: #540f13;
/* SwiftUI */
Color(red: 0.329, green: 0.059, blue: 0.075)
/* Android */
Color.parseColor("#540f13")Accessibility — WCAG contrast
Aa
#540f13 on white: 14.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#540f13 on black: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green5.9%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.1%
Yellow77.4%
Key (black)67.1%
Color previews
#540f13 text on a black background
contrast 1.45:1
Card sample
#540f13 text on a white background
contrast 14.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #540f13;
Background color
Panel with #540f13 background
background-color: #540f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #540f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 15, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 15, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #540f13; background: linear-gradient(135deg, #540f13, #54390F);