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