#651b88
a dark, vivid violet · warm · closest name: indigo
RGB
101, 27, 136
HSL
281°, 67%, 32%
CMYK
26, 80, 0, 47
Luminance
0.0533
Every format
| HEX | #651b88 |
| RGB | rgb(101, 27, 136) |
| HSL | hsl(281, 67%, 32%) |
| CMYK | cmyk(26%, 80%, 0%, 47%) |
| LAB | lab(27.6 49.5 -45.2) |
| LCH | lch(27.6 67.0 317.6) |
| OKLCH | oklch(0.399 0.172 311.8) |
Copy-ready code
/* CSS */
color: #651b88;
background-color: #651b88;
/* Tailwind (arbitrary) */
class="text-[#651b88] bg-[#651b88]"
/* SCSS */
$brand: #651b88;
/* SwiftUI */
Color(red: 0.396, green: 0.106, blue: 0.533)
/* Android */
Color.parseColor("#651b88")Accessibility — WCAG contrast
Aa
#651b88 on white: 10.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#651b88 on black: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green10.6%
Blue53.3%
CMYK percentages
Cyan25.7%
Magenta80.1%
Yellow0.0%
Key (black)46.7%
Color previews
#651b88 text on a black background
contrast 2.07:1
Card sample
#651b88 text on a white background
contrast 10.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #651b88;
Background color
Panel with #651b88 background
background-color: #651b88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #651b88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 27, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 27, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #651b88; background: linear-gradient(135deg, #651b88, #881B63);