#653dcd
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 61, 205
HSL
257°, 59%, 52%
CMYK
51, 70, 0, 20
Luminance
0.1051
Every format
| HEX | #653dcd |
| RGB | rgb(101, 61, 205) |
| HSL | hsl(257, 59%, 52%) |
| CMYK | cmyk(51%, 70%, 0%, 20%) |
| LAB | lab(38.7 51.4 -68.5) |
| LCH | lch(38.7 85.7 306.9) |
| OKLCH | oklch(0.494 0.208 289.2) |
Copy-ready code
/* CSS */
color: #653dcd;
background-color: #653dcd;
/* Tailwind (arbitrary) */
class="text-[#653dcd] bg-[#653dcd]"
/* SCSS */
$brand: #653dcd;
/* SwiftUI */
Color(red: 0.396, green: 0.239, blue: 0.804)
/* Android */
Color.parseColor("#653dcd")Accessibility — WCAG contrast
Aa
#653dcd on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653dcd on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.9%
Blue80.4%
CMYK percentages
Cyan50.7%
Magenta70.2%
Yellow0.0%
Key (black)19.6%
Color previews
#653dcd text on a black background
contrast 3.10:1
Card sample
#653dcd text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653dcd;
Background color
Panel with #653dcd background
background-color: #653dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 61, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 61, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653dcd; background: linear-gradient(135deg, #653dcd, #C53DCD);