#653cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 60, 219
HSL
256°, 69%, 55%
CMYK
54, 73, 0, 14
Luminance
0.1111
Every format
| HEX | #653cdb |
| RGB | rgb(101, 60, 219) |
| HSL | hsl(256, 69%, 55%) |
| CMYK | cmyk(54%, 73%, 0%, 14%) |
| LAB | lab(39.8 55.9 -74.9) |
| LCH | lch(39.8 93.4 306.7) |
| OKLCH | oklch(0.505 0.225 287.1) |
Copy-ready code
/* CSS */
color: #653cdb;
background-color: #653cdb;
/* Tailwind (arbitrary) */
class="text-[#653cdb] bg-[#653cdb]"
/* SCSS */
$brand: #653cdb;
/* SwiftUI */
Color(red: 0.396, green: 0.235, blue: 0.859)
/* Android */
Color.parseColor("#653cdb")Accessibility — WCAG contrast
Aa
#653cdb on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653cdb on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.5%
Blue85.9%
CMYK percentages
Cyan53.9%
Magenta72.6%
Yellow0.0%
Key (black)14.1%
Color previews
#653cdb text on a black background
contrast 3.22:1
Card sample
#653cdb text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653cdb;
Background color
Panel with #653cdb background
background-color: #653cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 60, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 60, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653cdb; background: linear-gradient(135deg, #653cdb, #CF3CDB);