#531613
a deep, vivid red · warm · closest name: maroon
RGB
83, 22, 19
HSL
3°, 63%, 20%
CMYK
0, 74, 77, 68
Luminance
0.0246
Every format
| HEX | #531613 |
| RGB | rgb(83, 22, 19) |
| HSL | hsl(3, 63%, 20%) |
| CMYK | cmyk(0%, 74%, 77%, 68%) |
| LAB | lab(17.7 28.1 18.0) |
| LCH | lch(17.7 33.4 32.6) |
| OKLCH | oklch(0.302 0.091 26.9) |
Copy-ready code
/* CSS */
color: #531613;
background-color: #531613;
/* Tailwind (arbitrary) */
class="text-[#531613] bg-[#531613]"
/* SCSS */
$brand: #531613;
/* SwiftUI */
Color(red: 0.325, green: 0.086, blue: 0.075)
/* Android */
Color.parseColor("#531613")Accessibility — WCAG contrast
Aa
#531613 on white: 14.08:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#531613 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green8.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta73.5%
Yellow77.1%
Key (black)67.5%
Color previews
#531613 text on a black background
contrast 1.49:1
Card sample
#531613 text on a white background
contrast 14.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #531613;
Background color
Panel with #531613 background
background-color: #531613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #531613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 22, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 22, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #531613; background: linear-gradient(135deg, #531613, #534113);