#653aca
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 58, 202
HSL
258°, 58%, 51%
CMYK
50, 71, 0, 21
Luminance
0.1006
Every format
| HEX | #653aca |
| RGB | rgb(101, 58, 202) |
| HSL | hsl(258, 58%, 51%) |
| CMYK | cmyk(50%, 71%, 0%, 21%) |
| LAB | lab(37.9 52.1 -68.1) |
| LCH | lch(37.9 85.7 307.5) |
| OKLCH | oklch(0.488 0.208 290.2) |
Copy-ready code
/* CSS */
color: #653aca;
background-color: #653aca;
/* Tailwind (arbitrary) */
class="text-[#653aca] bg-[#653aca]"
/* SCSS */
$brand: #653aca;
/* SwiftUI */
Color(red: 0.396, green: 0.227, blue: 0.792)
/* Android */
Color.parseColor("#653aca")Accessibility — WCAG contrast
Aa
#653aca on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653aca on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green22.7%
Blue79.2%
CMYK percentages
Cyan50.0%
Magenta71.3%
Yellow0.0%
Key (black)20.8%
Color previews
#653aca text on a black background
contrast 3.01:1
Card sample
#653aca text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653aca;
Background color
Panel with #653aca background
background-color: #653aca;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653aca;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 58, 202, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 58, 202, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653aca; background: linear-gradient(135deg, #653aca, #C53ACA);