#511908
a deep, electric red · warm · closest name: maroon
RGB
81, 25, 8
HSL
14°, 82%, 18%
CMYK
0, 69, 90, 68
Luminance
0.0246
Every format
| HEX | #511908 |
| RGB | rgb(81, 25, 8) |
| HSL | hsl(14, 82%, 18%) |
| CMYK | cmyk(0%, 69%, 90%, 68%) |
| LAB | lab(17.8 25.3 23.4) |
| LCH | lch(17.8 34.4 42.8) |
| OKLCH | oklch(0.300 0.088 36.9) |
Copy-ready code
/* CSS */
color: #511908;
background-color: #511908;
/* Tailwind (arbitrary) */
class="text-[#511908] bg-[#511908]"
/* SCSS */
$brand: #511908;
/* SwiftUI */
Color(red: 0.318, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#511908")Accessibility — WCAG contrast
Aa
#511908 on white: 14.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511908 on black: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow90.1%
Key (black)68.2%
Color previews
#511908 text on a black background
contrast 1.49:1
Card sample
#511908 text on a white background
contrast 14.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511908;
Background color
Panel with #511908 background
background-color: #511908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511908; background: linear-gradient(135deg, #511908, #514A08);