#831325
a dark, vivid red · warm · closest name: maroon
RGB
131, 19, 37
HSL
350°, 75%, 29%
CMYK
0, 86, 72, 49
Luminance
0.0542
Every format
| HEX | #831325 |
| RGB | rgb(131, 19, 37) |
| HSL | hsl(350, 75%, 29%) |
| CMYK | cmyk(0%, 86%, 72%, 49%) |
| LAB | lab(27.9 46.2 20.6) |
| LCH | lch(27.9 50.6 24.1) |
| OKLCH | oklch(0.397 0.145 19.4) |
Copy-ready code
/* CSS */
color: #831325;
background-color: #831325;
/* Tailwind (arbitrary) */
class="text-[#831325] bg-[#831325]"
/* SCSS */
$brand: #831325;
/* SwiftUI */
Color(red: 0.514, green: 0.075, blue: 0.145)
/* Android */
Color.parseColor("#831325")Accessibility — WCAG contrast
Aa
#831325 on white: 10.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#831325 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green7.5%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta85.5%
Yellow71.8%
Key (black)48.6%
Color previews
#831325 text on a black background
contrast 2.08:1
Card sample
#831325 text on a white background
contrast 10.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #831325;
Background color
Panel with #831325 background
background-color: #831325;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #831325;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 19, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 19, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #831325; background: linear-gradient(135deg, #831325, #834C13);