#651213
a deep, vivid red · warm · closest name: maroon
RGB
101, 18, 19
HSL
359°, 70%, 23%
CMYK
0, 82, 81, 60
Luminance
0.0325
Every format
| HEX | #651213 |
| RGB | rgb(101, 18, 19) |
| HSL | hsl(359, 70%, 23%) |
| CMYK | cmyk(0%, 82%, 81%, 60%) |
| LAB | lab(21.0 36.2 22.7) |
| LCH | lch(21.0 42.8 32.1) |
| OKLCH | oklch(0.333 0.116 25.7) |
Copy-ready code
/* CSS */
color: #651213;
background-color: #651213;
/* Tailwind (arbitrary) */
class="text-[#651213] bg-[#651213]"
/* SCSS */
$brand: #651213;
/* SwiftUI */
Color(red: 0.396, green: 0.071, blue: 0.075)
/* Android */
Color.parseColor("#651213")Accessibility — WCAG contrast
Aa
#651213 on white: 12.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#651213 on black: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green7.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow81.2%
Key (black)60.4%
Color previews
#651213 text on a black background
contrast 1.65:1
Card sample
#651213 text on a white background
contrast 12.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #651213;
Background color
Panel with #651213 background
background-color: #651213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #651213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 18, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 18, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #651213; background: linear-gradient(135deg, #651213, #654812);