#531007
a deep, electric red · warm · closest name: maroon
RGB
83, 16, 7
HSL
7°, 84%, 18%
CMYK
0, 81, 92, 68
Luminance
0.0222
Every format
| HEX | #531007 |
| RGB | rgb(83, 16, 7) |
| HSL | hsl(7, 84%, 18%) |
| CMYK | cmyk(0%, 81%, 92%, 68%) |
| LAB | lab(16.6 30.2 22.5) |
| LCH | lch(16.6 37.7 36.7) |
| OKLCH | oklch(0.293 0.100 31.2) |
Copy-ready code
/* CSS */
color: #531007;
background-color: #531007;
/* Tailwind (arbitrary) */
class="text-[#531007] bg-[#531007]"
/* SCSS */
$brand: #531007;
/* SwiftUI */
Color(red: 0.325, green: 0.063, blue: 0.027)
/* Android */
Color.parseColor("#531007")Accessibility — WCAG contrast
Aa
#531007 on white: 14.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#531007 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green6.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow91.6%
Key (black)67.5%
Color previews
#531007 text on a black background
contrast 1.44:1
Card sample
#531007 text on a white background
contrast 14.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #531007;
Background color
Panel with #531007 background
background-color: #531007;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #531007;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 16, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 16, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #531007; background: linear-gradient(135deg, #531007, #534207);