#530713
a deep, electric red · warm · closest name: maroon
RGB
83, 7, 19
HSL
351°, 84%, 18%
CMYK
0, 92, 77, 68
Luminance
0.0204
Every format
| HEX | #530713 |
| RGB | rgb(83, 7, 19) |
| HSL | hsl(351, 84%, 18%) |
| CMYK | cmyk(0%, 92%, 77%, 68%) |
| LAB | lab(15.7 33.8 15.4) |
| LCH | lch(15.7 37.2 24.6) |
| OKLCH | oklch(0.286 0.106 19.8) |
Copy-ready code
/* CSS */
color: #530713;
background-color: #530713;
/* Tailwind (arbitrary) */
class="text-[#530713] bg-[#530713]"
/* SCSS */
$brand: #530713;
/* SwiftUI */
Color(red: 0.325, green: 0.027, blue: 0.075)
/* Android */
Color.parseColor("#530713")Accessibility — WCAG contrast
Aa
#530713 on white: 14.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#530713 on black: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green2.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta91.6%
Yellow77.1%
Key (black)67.5%
Color previews
#530713 text on a black background
contrast 1.41:1
Card sample
#530713 text on a white background
contrast 14.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #530713;
Background color
Panel with #530713 background
background-color: #530713;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #530713;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 7, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 7, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #530713; background: linear-gradient(135deg, #530713, #532E07);