#830013
a dark, electric red · warm · closest name: maroon
RGB
131, 0, 19
HSL
351°, 100%, 26%
CMYK
0, 100, 86, 49
Luminance
0.0487
Every format
| HEX | #830013 |
| RGB | rgb(131, 0, 19) |
| HSL | hsl(351, 100%, 26%) |
| CMYK | cmyk(0%, 100%, 86%, 49%) |
| LAB | lab(26.4 49.2 30.4) |
| LCH | lch(26.4 57.9 31.7) |
| OKLCH | oklch(0.385 0.156 24.3) |
Copy-ready code
/* CSS */
color: #830013;
background-color: #830013;
/* Tailwind (arbitrary) */
class="text-[#830013] bg-[#830013]"
/* SCSS */
$brand: #830013;
/* SwiftUI */
Color(red: 0.514, green: 0.000, blue: 0.075)
/* Android */
Color.parseColor("#830013")Accessibility — WCAG contrast
Aa
#830013 on white: 10.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#830013 on black: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green0.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow85.5%
Key (black)48.6%
Color previews
#830013 text on a black background
contrast 1.97:1
Card sample
#830013 text on a white background
contrast 10.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #830013;
Background color
Panel with #830013 background
background-color: #830013;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #830013;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 0, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 0, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #830013; background: linear-gradient(135deg, #830013, #834400);