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