#84243c
a dark, vivid red · warm · closest name: maroon
RGB
132, 36, 60
HSL
345°, 57%, 33%
CMYK
0, 73, 55, 48
Luminance
0.0649
Every format
| HEX | #84243c |
| RGB | rgb(132, 36, 60) |
| HSL | hsl(345, 57%, 33%) |
| CMYK | cmyk(0%, 73%, 55%, 48%) |
| LAB | lab(30.6 42.4 9.0) |
| LCH | lch(30.6 43.4 12.0) |
| OKLCH | oklch(0.419 0.131 10.1) |
Copy-ready code
/* CSS */
color: #84243c;
background-color: #84243c;
/* Tailwind (arbitrary) */
class="text-[#84243c] bg-[#84243c]"
/* SCSS */
$brand: #84243c;
/* SwiftUI */
Color(red: 0.518, green: 0.141, blue: 0.235)
/* Android */
Color.parseColor("#84243c")Accessibility — WCAG contrast
Aa
#84243c on white: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#84243c on black: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.8%
Green14.1%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow54.5%
Key (black)48.2%
Color previews
#84243c text on a black background
contrast 2.30:1
Card sample
#84243c text on a white background
contrast 9.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #84243c;
Background color
Panel with #84243c background
background-color: #84243c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #84243c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(132, 36, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(132, 36, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #84243c; background: linear-gradient(135deg, #84243c, #844C24);