#511607
a deep, electric red · warm · closest name: maroon
RGB
81, 22, 7
HSL
12°, 84%, 17%
CMYK
0, 73, 91, 68
Luminance
0.0234
Every format
| HEX | #511607 |
| RGB | rgb(81, 22, 7) |
| HSL | hsl(12, 84%, 17%) |
| CMYK | cmyk(0%, 73%, 91%, 68%) |
| LAB | lab(17.2 26.8 23.1) |
| LCH | lch(17.2 35.3 40.8) |
| OKLCH | oklch(0.296 0.091 35.1) |
Copy-ready code
/* CSS */
color: #511607;
background-color: #511607;
/* Tailwind (arbitrary) */
class="text-[#511607] bg-[#511607]"
/* SCSS */
$brand: #511607;
/* SwiftUI */
Color(red: 0.318, green: 0.086, blue: 0.027)
/* Android */
Color.parseColor("#511607")Accessibility — WCAG contrast
Aa
#511607 on white: 14.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#511607 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.8%
Green8.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow91.4%
Key (black)68.2%
Color previews
#511607 text on a black background
contrast 1.47:1
Card sample
#511607 text on a white background
contrast 14.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #511607;
Background color
Panel with #511607 background
background-color: #511607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #511607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(81, 22, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(81, 22, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #511607; background: linear-gradient(135deg, #511607, #514807);