#530913
a deep, electric red · warm · closest name: maroon
RGB
83, 9, 19
HSL
352°, 80%, 18%
CMYK
0, 89, 77, 68
Luminance
0.0208
Every format
| HEX | #530913 |
| RGB | rgb(83, 9, 19) |
| HSL | hsl(352, 80%, 18%) |
| CMYK | cmyk(0%, 89%, 77%, 68%) |
| LAB | lab(15.9 33.2 15.7) |
| LCH | lch(15.9 36.7 25.4) |
| OKLCH | oklch(0.288 0.104 20.5) |
Copy-ready code
/* CSS */
color: #530913;
background-color: #530913;
/* Tailwind (arbitrary) */
class="text-[#530913] bg-[#530913]"
/* SCSS */
$brand: #530913;
/* SwiftUI */
Color(red: 0.325, green: 0.035, blue: 0.075)
/* Android */
Color.parseColor("#530913")Accessibility — WCAG contrast
Aa
#530913 on white: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#530913 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green3.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta89.2%
Yellow77.1%
Key (black)67.5%
Color previews
#530913 text on a black background
contrast 1.42:1
Card sample
#530913 text on a white background
contrast 14.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #530913;
Background color
Panel with #530913 background
background-color: #530913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #530913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 9, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 9, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #530913; background: linear-gradient(135deg, #530913, #533009);