#653eb0
a balanced, vivid violet · warm · closest name: slateblue
RGB
101, 62, 176
HSL
261°, 48%, 47%
CMYK
43, 65, 0, 31
Luminance
0.0935
Every format
| HEX | #653eb0 |
| RGB | rgb(101, 62, 176) |
| HSL | hsl(261, 48%, 47%) |
| CMYK | cmyk(43%, 65%, 0%, 31%) |
| LAB | lab(36.6 42.8 -54.9) |
| LCH | lch(36.6 69.7 308.0) |
| OKLCH | oklch(0.472 0.172 294.6) |
Copy-ready code
/* CSS */
color: #653eb0;
background-color: #653eb0;
/* Tailwind (arbitrary) */
class="text-[#653eb0] bg-[#653eb0]"
/* SCSS */
$brand: #653eb0;
/* SwiftUI */
Color(red: 0.396, green: 0.243, blue: 0.690)
/* Android */
Color.parseColor("#653eb0")Accessibility — WCAG contrast
Aa
#653eb0 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653eb0 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green24.3%
Blue69.0%
CMYK percentages
Cyan42.6%
Magenta64.8%
Yellow0.0%
Key (black)31.0%
Color previews
#653eb0 text on a black background
contrast 2.87:1
Card sample
#653eb0 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653eb0;
Background color
Panel with #653eb0 background
background-color: #653eb0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653eb0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 62, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 62, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653eb0; background: linear-gradient(135deg, #653eb0, #B03EAF);