#653ba1
a dark, vivid violet · warm · closest name: slateblue
RGB
101, 59, 161
HSL
265°, 46%, 43%
CMYK
37, 63, 0, 37
Luminance
0.0847
Every format
| HEX | #653ba1 |
| RGB | rgb(101, 59, 161) |
| HSL | hsl(265, 46%, 43%) |
| CMYK | cmyk(37%, 63%, 0%, 37%) |
| LAB | lab(34.9 40.4 -48.7) |
| LCH | lch(34.9 63.3 309.7) |
| OKLCH | oklch(0.457 0.158 298.9) |
Copy-ready code
/* CSS */
color: #653ba1;
background-color: #653ba1;
/* Tailwind (arbitrary) */
class="text-[#653ba1] bg-[#653ba1]"
/* SCSS */
$brand: #653ba1;
/* SwiftUI */
Color(red: 0.396, green: 0.231, blue: 0.631)
/* Android */
Color.parseColor("#653ba1")Accessibility — WCAG contrast
Aa
#653ba1 on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653ba1 on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.1%
Blue63.1%
CMYK percentages
Cyan37.3%
Magenta63.4%
Yellow0.0%
Key (black)36.9%
Color previews
#653ba1 text on a black background
contrast 2.69:1
Card sample
#653ba1 text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653ba1;
Background color
Panel with #653ba1 background
background-color: #653ba1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653ba1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 59, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 59, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653ba1; background: linear-gradient(135deg, #653ba1, #A13B99);