#650714
a deep, electric red · warm · closest name: maroon
RGB
101, 7, 20
HSL
352°, 87%, 21%
CMYK
0, 93, 80, 60
Luminance
0.0297
Every format
| HEX | #650714 |
| RGB | rgb(101, 7, 20) |
| HSL | hsl(352, 87%, 21%) |
| CMYK | cmyk(0%, 93%, 80%, 60%) |
| LAB | lab(19.9 39.4 20.9) |
| LCH | lch(19.9 44.6 27.9) |
| OKLCH | oklch(0.325 0.124 22.1) |
Copy-ready code
/* CSS */
color: #650714;
background-color: #650714;
/* Tailwind (arbitrary) */
class="text-[#650714] bg-[#650714]"
/* SCSS */
$brand: #650714;
/* SwiftUI */
Color(red: 0.396, green: 0.027, blue: 0.078)
/* Android */
Color.parseColor("#650714")Accessibility — WCAG contrast
Aa
#650714 on white: 13.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#650714 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green2.7%
Blue7.8%
CMYK percentages
Cyan0.0%
Magenta93.1%
Yellow80.2%
Key (black)60.4%
Color previews
#650714 text on a black background
contrast 1.59:1
Card sample
#650714 text on a white background
contrast 13.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #650714;
Background color
Panel with #650714 background
background-color: #650714;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #650714;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 7, 20, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 7, 20, 0.45);
Border & gradient
Gradient panel
border: 3px solid #650714; background: linear-gradient(135deg, #650714, #653907);