#531908
a deep, electric red · warm · closest name: maroon
RGB
83, 25, 8
HSL
14°, 82%, 18%
CMYK
0, 70, 90, 68
Luminance
0.0255
Every format
| HEX | #531908 |
| RGB | rgb(83, 25, 8) |
| HSL | hsl(14, 82%, 18%) |
| CMYK | cmyk(0%, 70%, 90%, 68%) |
| LAB | lab(18.1 26.1 23.9) |
| LCH | lch(18.1 35.4 42.5) |
| OKLCH | oklch(0.304 0.090 36.4) |
Copy-ready code
/* CSS */
color: #531908;
background-color: #531908;
/* Tailwind (arbitrary) */
class="text-[#531908] bg-[#531908]"
/* SCSS */
$brand: #531908;
/* SwiftUI */
Color(red: 0.325, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#531908")Accessibility — WCAG contrast
Aa
#531908 on white: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#531908 on black: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.5%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow90.4%
Key (black)67.5%
Color previews
#531908 text on a black background
contrast 1.51:1
Card sample
#531908 text on a white background
contrast 13.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #531908;
Background color
Panel with #531908 background
background-color: #531908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #531908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(83, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(83, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #531908; background: linear-gradient(135deg, #531908, #534B08);