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