#653bc2
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 59, 194
HSL
259°, 53%, 50%
CMYK
48, 70, 0, 24
Luminance
0.0979
Every format
| HEX | #653bc2 |
| RGB | rgb(101, 59, 194) |
| HSL | hsl(259, 53%, 50%) |
| CMYK | cmyk(48%, 70%, 0%, 24%) |
| LAB | lab(37.5 49.4 -64.2) |
| LCH | lch(37.5 81.0 307.6) |
| OKLCH | oklch(0.483 0.198 291.5) |
Copy-ready code
/* CSS */
color: #653bc2;
background-color: #653bc2;
/* Tailwind (arbitrary) */
class="text-[#653bc2] bg-[#653bc2]"
/* SCSS */
$brand: #653bc2;
/* SwiftUI */
Color(red: 0.396, green: 0.231, blue: 0.761)
/* Android */
Color.parseColor("#653bc2")Accessibility — WCAG contrast
Aa
#653bc2 on white: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653bc2 on black: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.1%
Blue76.1%
CMYK percentages
Cyan47.9%
Magenta69.6%
Yellow0.0%
Key (black)23.9%
Color previews
#653bc2 text on a black background
contrast 2.96:1
Card sample
#653bc2 text on a white background
contrast 7.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653bc2;
Background color
Panel with #653bc2 background
background-color: #653bc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653bc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 59, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 59, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653bc2; background: linear-gradient(135deg, #653bc2, #BF3BC2);