#85000a
a dark, electric red · warm · closest name: maroon
RGB
133, 0, 10
HSL
356°, 100%, 26%
CMYK
0, 100, 93, 48
Luminance
0.0501
Every format
| HEX | #85000a |
| RGB | rgb(133, 0, 10) |
| HSL | hsl(356, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 93%, 48%) |
| LAB | lab(26.8 49.6 35.5) |
| LCH | lch(26.8 61.0 35.6) |
| OKLCH | oklch(0.388 0.158 26.9) |
Copy-ready code
/* CSS */
color: #85000a;
background-color: #85000a;
/* Tailwind (arbitrary) */
class="text-[#85000a] bg-[#85000a]"
/* SCSS */
$brand: #85000a;
/* SwiftUI */
Color(red: 0.522, green: 0.000, blue: 0.039)
/* Android */
Color.parseColor("#85000a")Accessibility — WCAG contrast
Aa
#85000a on white: 10.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#85000a on black: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green0.0%
Blue3.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow92.5%
Key (black)47.8%
Color previews
#85000a text on a black background
contrast 2.00:1
Card sample
#85000a text on a white background
contrast 10.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #85000a;
Background color
Panel with #85000a background
background-color: #85000a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #85000a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 0, 10, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 0, 10, 0.45);
Border & gradient
Gradient panel
border: 3px solid #85000a; background: linear-gradient(135deg, #85000a, #854F00);