#85001b
a dark, electric red · warm · closest name: maroon
RGB
133, 0, 27
HSL
348°, 100%, 26%
CMYK
0, 100, 80, 48
Luminance
0.0507
Every format
| HEX | #85001b |
| RGB | rgb(133, 0, 27) |
| HSL | hsl(348, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 80%, 48%) |
| LAB | lab(26.9 50.0 26.1) |
| LCH | lch(26.9 56.4 27.6) |
| OKLCH | oklch(0.390 0.157 21.5) |
Copy-ready code
/* CSS */
color: #85001b;
background-color: #85001b;
/* Tailwind (arbitrary) */
class="text-[#85001b] bg-[#85001b]"
/* SCSS */
$brand: #85001b;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.106)
/* Android */
Color.parseColor("#85001b")Accessibility — WCAG contrast
Aa
#85001b on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#85001b on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue10.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow79.7%
Key (black)47.8%
Color previews
#85001b text on a black background
contrast 2.01:1
Card sample
#85001b text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85001b;
Background color
Panel with #85001b background
background-color: #85001b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85001b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85001b; background: linear-gradient(135deg, #85001b, #853E00);