#8a2b2a
a dark, vivid red · warm · closest name: maroon
RGB
138, 43, 42
HSL
1°, 53%, 35%
CMYK
0, 69, 70, 46
Luminance
0.0730
Every format
| HEX | #8a2b2a |
| RGB | rgb(138, 43, 42) |
| HSL | hsl(1, 53%, 35%) |
| CMYK | cmyk(0%, 69%, 70%, 46%) |
| LAB | lab(32.5 40.2 23.3) |
| LCH | lch(32.5 46.5 30.1) |
| OKLCH | oklch(0.433 0.130 24.8) |
Copy-ready code
/* CSS */
color: #8a2b2a;
background-color: #8a2b2a;
/* Tailwind (arbitrary) */
class="text-[#8a2b2a] bg-[#8a2b2a]"
/* SCSS */
$brand: #8a2b2a;
/* SwiftUI */
Color(red: 0.541, green: 0.169, blue: 0.165)
/* Android */
Color.parseColor("#8a2b2a")Accessibility — WCAG contrast
Aa
#8a2b2a on white: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#8a2b2a on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red54.1%
Green16.9%
Blue16.5%
CMYK percentages
Cyan0.0%
Magenta68.8%
Yellow69.6%
Key (black)45.9%
Color previews
#8a2b2a text on a black background
contrast 2.46:1
Card sample
#8a2b2a text on a white background
contrast 8.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8a2b2a;
Background color
Panel with #8a2b2a background
background-color: #8a2b2a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8a2b2a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(138, 43, 42, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(138, 43, 42, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8a2b2a; background: linear-gradient(135deg, #8a2b2a, #8A6B2A);