#653fd2
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 63, 210
HSL
256°, 62%, 54%
CMYK
52, 70, 0, 18
Luminance
0.1097
Every format
| HEX | #653fd2 |
| RGB | rgb(101, 63, 210) |
| HSL | hsl(256, 62%, 54%) |
| CMYK | cmyk(52%, 70%, 0%, 18%) |
| LAB | lab(39.5 51.8 -70.1) |
| LCH | lch(39.5 87.2 306.5) |
| OKLCH | oklch(0.501 0.212 288.1) |
Copy-ready code
/* CSS */
color: #653fd2;
background-color: #653fd2;
/* Tailwind (arbitrary) */
class="text-[#653fd2] bg-[#653fd2]"
/* SCSS */
$brand: #653fd2;
/* SwiftUI */
Color(red: 0.396, green: 0.247, blue: 0.824)
/* Android */
Color.parseColor("#653fd2")Accessibility — WCAG contrast
Aa
#653fd2 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653fd2 on black: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green24.7%
Blue82.4%
CMYK percentages
Cyan51.9%
Magenta70.0%
Yellow0.0%
Key (black)17.6%
Color previews
#653fd2 text on a black background
contrast 3.19:1
Card sample
#653fd2 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653fd2;
Background color
Panel with #653fd2 background
background-color: #653fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 63, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 63, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653fd2; background: linear-gradient(135deg, #653fd2, #C73FD2);