#653cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 60, 223
HSL
255°, 72%, 56%
CMYK
55, 73, 0, 13
Luminance
0.1133
Every format
| HEX | #653cdf |
| RGB | rgb(101, 60, 223) |
| HSL | hsl(255, 72%, 56%) |
| CMYK | cmyk(55%, 73%, 0%, 13%) |
| LAB | lab(40.1 57.0 -76.6) |
| LCH | lch(40.1 95.5 306.6) |
| OKLCH | oklch(0.509 0.230 286.6) |
Copy-ready code
/* CSS */
color: #653cdf;
background-color: #653cdf;
/* Tailwind (arbitrary) */
class="text-[#653cdf] bg-[#653cdf]"
/* SCSS */
$brand: #653cdf;
/* SwiftUI */
Color(red: 0.396, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#653cdf")Accessibility — WCAG contrast
Aa
#653cdf on white: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#653cdf on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.5%
Blue87.5%
CMYK percentages
Cyan54.7%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#653cdf text on a black background
contrast 3.27:1
Card sample
#653cdf text on a white background
contrast 6.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653cdf;
Background color
Panel with #653cdf background
background-color: #653cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653cdf; background: linear-gradient(135deg, #653cdf, #D23CDF);