#850f00
a dark, electric red · warm · closest name: maroon
RGB
133, 15, 0
HSL
7°, 100%, 26%
CMYK
0, 89, 100, 48
Luminance
0.0533
Every format
| HEX | #850f00 |
| RGB | rgb(133, 15, 0) |
| HSL | hsl(7, 100%, 26%) |
| CMYK | cmyk(0%, 89%, 100%, 48%) |
| LAB | lab(27.6 46.6 40.4) |
| LCH | lch(27.6 61.7 40.9) |
| OKLCH | oklch(0.394 0.152 31.3) |
Copy-ready code
/* CSS */
color: #850f00;
background-color: #850f00;
/* Tailwind (arbitrary) */
class="text-[#850f00] bg-[#850f00]"
/* SCSS */
$brand: #850f00;
/* SwiftUI */
Color(red: 0.522, green: 0.059, blue: 0.000)
/* Android */
Color.parseColor("#850f00")Accessibility — WCAG contrast
Aa
#850f00 on white: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#850f00 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green5.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow100.0%
Key (black)47.8%
Color previews
#850f00 text on a black background
contrast 2.07:1
Card sample
#850f00 text on a white background
contrast 10.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #850f00;
Background color
Panel with #850f00 background
background-color: #850f00;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #850f00;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 15, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 15, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #850f00; background: linear-gradient(135deg, #850f00, #856800);