#651237
a deep, vivid magenta / pink · warm · closest name: maroon
RGB
101, 18, 55
HSL
333°, 70%, 23%
CMYK
0, 82, 46, 60
Luminance
0.0348
Every format
| HEX | #651237 |
| RGB | rgb(101, 18, 55) |
| HSL | hsl(333, 70%, 23%) |
| CMYK | cmyk(0%, 82%, 46%, 60%) |
| LAB | lab(21.9 38.9 -1.0) |
| LCH | lch(21.9 38.9 358.6) |
| OKLCH | oklch(0.342 0.119 359.0) |
Copy-ready code
/* CSS */
color: #651237;
background-color: #651237;
/* Tailwind (arbitrary) */
class="text-[#651237] bg-[#651237]"
/* SCSS */
$brand: #651237;
/* SwiftUI */
Color(red: 0.396, green: 0.071, blue: 0.216)
/* Android */
Color.parseColor("#651237")Accessibility — WCAG contrast
Aa
#651237 on white: 12.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#651237 on black: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green7.1%
Blue21.6%
CMYK percentages
Cyan0.0%
Magenta82.2%
Yellow45.5%
Key (black)60.4%
Color previews
#651237 text on a black background
contrast 1.70:1
Card sample
#651237 text on a white background
contrast 12.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #651237;
Background color
Panel with #651237 background
background-color: #651237;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #651237;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 18, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 18, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #651237; background: linear-gradient(135deg, #651237, #652412);