#653fd3
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 63, 211
HSL
255°, 63%, 54%
CMYK
52, 70, 0, 17
Luminance
0.1102
Every format
| HEX | #653fd3 |
| RGB | rgb(101, 63, 211) |
| HSL | hsl(255, 63%, 54%) |
| CMYK | cmyk(52%, 70%, 0%, 17%) |
| LAB | lab(39.6 52.1 -70.5) |
| LCH | lch(39.6 87.7 306.4) |
| OKLCH | oklch(0.502 0.213 287.9) |
Copy-ready code
/* CSS */
color: #653fd3;
background-color: #653fd3;
/* Tailwind (arbitrary) */
class="text-[#653fd3] bg-[#653fd3]"
/* SCSS */
$brand: #653fd3;
/* SwiftUI */
Color(red: 0.396, green: 0.247, blue: 0.827)
/* Android */
Color.parseColor("#653fd3")Accessibility — WCAG contrast
Aa
#653fd3 on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653fd3 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green24.7%
Blue82.7%
CMYK percentages
Cyan52.1%
Magenta70.1%
Yellow0.0%
Key (black)17.3%
Color previews
#653fd3 text on a black background
contrast 3.20:1
Card sample
#653fd3 text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653fd3;
Background color
Panel with #653fd3 background
background-color: #653fd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653fd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 63, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 63, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653fd3; background: linear-gradient(135deg, #653fd3, #C83FD3);