#653ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 58, 206
HSL
257°, 60%, 52%
CMYK
51, 72, 0, 19
Luminance
0.1025
Every format
| HEX | #653ace |
| RGB | rgb(101, 58, 206) |
| HSL | hsl(257, 60%, 52%) |
| CMYK | cmyk(51%, 72%, 0%, 19%) |
| LAB | lab(38.3 53.2 -69.8) |
| LCH | lch(38.3 87.8 307.3) |
| OKLCH | oklch(0.491 0.213 289.5) |
Copy-ready code
/* CSS */
color: #653ace;
background-color: #653ace;
/* Tailwind (arbitrary) */
class="text-[#653ace] bg-[#653ace]"
/* SCSS */
$brand: #653ace;
/* SwiftUI */
Color(red: 0.396, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#653ace")Accessibility — WCAG contrast
Aa
#653ace on white: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653ace on black: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green22.7%
Blue80.8%
CMYK percentages
Cyan51.0%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#653ace text on a black background
contrast 3.05:1
Card sample
#653ace text on a white background
contrast 6.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653ace;
Background color
Panel with #653ace background
background-color: #653ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653ace; background: linear-gradient(135deg, #653ace, #C83ACE);