#653ade
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 58, 222
HSL
256°, 71%, 55%
CMYK
55, 74, 0, 13
Luminance
0.1107
Every format
| HEX | #653ade |
| RGB | rgb(101, 58, 222) |
| HSL | hsl(256, 71%, 55%) |
| CMYK | cmyk(55%, 74%, 0%, 13%) |
| LAB | lab(39.7 57.6 -76.7) |
| LCH | lch(39.7 96.0 306.9) |
| OKLCH | oklch(0.506 0.231 286.9) |
Copy-ready code
/* CSS */
color: #653ade;
background-color: #653ade;
/* Tailwind (arbitrary) */
class="text-[#653ade] bg-[#653ade]"
/* SCSS */
$brand: #653ade;
/* SwiftUI */
Color(red: 0.396, green: 0.227, blue: 0.871)
/* Android */
Color.parseColor("#653ade")Accessibility — WCAG contrast
Aa
#653ade on white: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653ade on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green22.7%
Blue87.1%
CMYK percentages
Cyan54.5%
Magenta73.9%
Yellow0.0%
Key (black)12.9%
Color previews
#653ade text on a black background
contrast 3.21:1
Card sample
#653ade text on a white background
contrast 6.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653ade;
Background color
Panel with #653ade background
background-color: #653ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 58, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 58, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653ade; background: linear-gradient(135deg, #653ade, #D23ADE);