#530607
a deep, electric red · warm · closest name: maroon
RGB
83, 6, 7
HSL
359°, 87%, 18%
CMYK
0, 93, 92, 68
Luminance
0.0198
Every format
| HEX | #530607 |
| RGB | rgb(83, 6, 7) |
| HSL | hsl(359, 87%, 18%) |
| CMYK | cmyk(0%, 93%, 92%, 68%) |
| LAB | lab(15.4 33.6 21.0) |
| LCH | lch(15.4 39.6 32.0) |
| OKLCH | oklch(0.284 0.108 27.1) |
Copy-ready code
/* CSS */
color: #530607;
background-color: #530607;
/* Tailwind (arbitrary) */
class="text-[#530607] bg-[#530607]"
/* SCSS */
$brand: #530607;
/* SwiftUI */
Color(red: 0.325, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#530607")Accessibility — WCAG contrast
Aa
#530607 on white: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#530607 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow91.6%
Key (black)67.5%
Color previews
#530607 text on a black background
contrast 1.40:1
Card sample
#530607 text on a white background
contrast 15.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #530607;
Background color
Panel with #530607 background
background-color: #530607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #530607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #530607; background: linear-gradient(135deg, #530607, #533806);