#653fd0
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 63, 208
HSL
256°, 61%, 53%
CMYK
51, 70, 0, 18
Luminance
0.1088
Every format
| HEX | #653fd0 |
| RGB | rgb(101, 63, 208) |
| HSL | hsl(256, 61%, 53%) |
| CMYK | cmyk(51%, 70%, 0%, 18%) |
| LAB | lab(39.4 51.2 -69.2) |
| LCH | lch(39.4 86.1 306.5) |
| OKLCH | oklch(0.500 0.209 288.4) |
Copy-ready code
/* CSS */
color: #653fd0;
background-color: #653fd0;
/* Tailwind (arbitrary) */
class="text-[#653fd0] bg-[#653fd0]"
/* SCSS */
$brand: #653fd0;
/* SwiftUI */
Color(red: 0.396, green: 0.247, blue: 0.816)
/* Android */
Color.parseColor("#653fd0")Accessibility — WCAG contrast
Aa
#653fd0 on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653fd0 on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green24.7%
Blue81.6%
CMYK percentages
Cyan51.4%
Magenta69.7%
Yellow0.0%
Key (black)18.4%
Color previews
#653fd0 text on a black background
contrast 3.18:1
Card sample
#653fd0 text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653fd0;
Background color
Panel with #653fd0 background
background-color: #653fd0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653fd0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 63, 208, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 63, 208, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653fd0; background: linear-gradient(135deg, #653fd0, #C63FD0);