#653fd9
a balanced, vivid blue · warm · closest name: slateblue
RGB
101, 63, 217
HSL
255°, 67%, 55%
CMYK
54, 71, 0, 15
Luminance
0.1133
Every format
| HEX | #653fd9 |
| RGB | rgb(101, 63, 217) |
| HSL | hsl(255, 67%, 55%) |
| CMYK | cmyk(54%, 71%, 0%, 15%) |
| LAB | lab(40.1 53.8 -73.2) |
| LCH | lch(40.1 90.8 306.3) |
| OKLCH | oklch(0.507 0.220 287.0) |
Copy-ready code
/* CSS */
color: #653fd9;
background-color: #653fd9;
/* Tailwind (arbitrary) */
class="text-[#653fd9] bg-[#653fd9]"
/* SCSS */
$brand: #653fd9;
/* SwiftUI */
Color(red: 0.396, green: 0.247, blue: 0.851)
/* Android */
Color.parseColor("#653fd9")Accessibility — WCAG contrast
Aa
#653fd9 on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653fd9 on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green24.7%
Blue85.1%
CMYK percentages
Cyan53.5%
Magenta71.0%
Yellow0.0%
Key (black)14.9%
Color previews
#653fd9 text on a black background
contrast 3.27:1
Card sample
#653fd9 text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653fd9;
Background color
Panel with #653fd9 background
background-color: #653fd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653fd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 63, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 63, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653fd9; background: linear-gradient(135deg, #653fd9, #CC3FD9);