#651154
a deep, vivid magenta / pink · warm · closest name: purple
RGB
101, 17, 84
HSL
312°, 71%, 23%
CMYK
0, 83, 17, 60
Luminance
0.0381
Every format
| HEX | #651154 |
| RGB | rgb(101, 17, 84) |
| HSL | hsl(312, 71%, 23%) |
| CMYK | cmyk(0%, 83%, 17%, 60%) |
| LAB | lab(23.0 43.0 -19.0) |
| LCH | lch(23.0 47.0 336.2) |
| OKLCH | oklch(0.355 0.138 337.9) |
Copy-ready code
/* CSS */
color: #651154;
background-color: #651154;
/* Tailwind (arbitrary) */
class="text-[#651154] bg-[#651154]"
/* SCSS */
$brand: #651154;
/* SwiftUI */
Color(red: 0.396, green: 0.067, blue: 0.329)
/* Android */
Color.parseColor("#651154")Accessibility — WCAG contrast
Aa
#651154 on white: 11.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#651154 on black: 1.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green6.7%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta83.2%
Yellow16.8%
Key (black)60.4%
Color previews
#651154 text on a black background
contrast 1.76:1
Card sample
#651154 text on a white background
contrast 11.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #651154;
Background color
Panel with #651154 background
background-color: #651154;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #651154;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 17, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 17, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #651154; background: linear-gradient(135deg, #651154, #65111C);