#530516
a deep, electric red · warm · closest name: maroon
RGB
83, 5, 22
HSL
347°, 89%, 17%
CMYK
0, 94, 74, 68
Luminance
0.0201
Every format
| HEX | #530516 |
| RGB | rgb(83, 5, 22) |
| HSL | hsl(347, 89%, 17%) |
| CMYK | cmyk(0%, 94%, 74%, 68%) |
| LAB | lab(15.5 34.6 13.2) |
| LCH | lch(15.5 37.0 20.9) |
| OKLCH | oklch(0.285 0.108 16.8) |
Copy-ready code
/* CSS */
color: #530516;
background-color: #530516;
/* Tailwind (arbitrary) */
class="text-[#530516] bg-[#530516]"
/* SCSS */
$brand: #530516;
/* SwiftUI */
Color(red: 0.325, green: 0.020, blue: 0.086)
/* Android */
Color.parseColor("#530516")Accessibility — WCAG contrast
Aa
#530516 on white: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#530516 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green2.0%
Blue8.6%
CMYK percentages
Cyan0.0%
Magenta94.0%
Yellow73.5%
Key (black)67.5%
Color previews
#530516 text on a black background
contrast 1.40:1
Card sample
#530516 text on a white background
contrast 14.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #530516;
Background color
Panel with #530516 background
background-color: #530516;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #530516;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 5, 22, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 5, 22, 0.45);
Border & gradient
Gradient panel
border: 3px solid #530516; background: linear-gradient(135deg, #530516, #532805);