#653fc5
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 63, 197
HSL
257°, 54%, 51%
CMYK
49, 68, 0, 23
Luminance
0.1035
Every format
| HEX | #653fc5 |
| RGB | rgb(101, 63, 197) |
| HSL | hsl(257, 54%, 51%) |
| CMYK | cmyk(49%, 68%, 0%, 23%) |
| LAB | lab(38.5 48.1 -64.3) |
| LCH | lch(38.5 80.3 306.8) |
| OKLCH | oklch(0.490 0.197 290.3) |
Copy-ready code
/* CSS */
color: #653fc5;
background-color: #653fc5;
/* Tailwind (arbitrary) */
class="text-[#653fc5] bg-[#653fc5]"
/* SCSS */
$brand: #653fc5;
/* SwiftUI */
Color(red: 0.396, green: 0.247, blue: 0.773)
/* Android */
Color.parseColor("#653fc5")Accessibility — WCAG contrast
Aa
#653fc5 on white: 6.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653fc5 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green24.7%
Blue77.3%
CMYK percentages
Cyan48.7%
Magenta68.0%
Yellow0.0%
Key (black)22.7%
Color previews
#653fc5 text on a black background
contrast 3.07:1
Card sample
#653fc5 text on a white background
contrast 6.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653fc5;
Background color
Panel with #653fc5 background
background-color: #653fc5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653fc5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 63, 197, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 63, 197, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653fc5; background: linear-gradient(135deg, #653fc5, #BE3FC5);