#653daf
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 61, 175
HSL
261°, 48%, 46%
CMYK
42, 65, 0, 31
Luminance
0.0920
Every format
| HEX | #653daf |
| RGB | rgb(101, 61, 175) |
| HSL | hsl(261, 48%, 46%) |
| CMYK | cmyk(42%, 65%, 0%, 31%) |
| LAB | lab(36.4 43.1 -54.8) |
| LCH | lch(36.4 69.7 308.2) |
| OKLCH | oklch(0.470 0.173 295.0) |
Copy-ready code
/* CSS */
color: #653daf;
background-color: #653daf;
/* Tailwind (arbitrary) */
class="text-[#653daf] bg-[#653daf]"
/* SCSS */
$brand: #653daf;
/* SwiftUI */
Color(red: 0.396, green: 0.239, blue: 0.686)
/* Android */
Color.parseColor("#653daf")Accessibility — WCAG contrast
Aa
#653daf on white: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653daf on black: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.9%
Blue68.6%
CMYK percentages
Cyan42.3%
Magenta65.1%
Yellow0.0%
Key (black)31.4%
Color previews
#653daf text on a black background
contrast 2.84:1
Card sample
#653daf text on a white background
contrast 7.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653daf;
Background color
Panel with #653daf background
background-color: #653daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 61, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 61, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653daf; background: linear-gradient(135deg, #653daf, #AF3DAD);