#653b95
a dark, soft violet · warm · closest name: slateblue
RGB
101, 59, 149
HSL
268°, 43%, 41%
CMYK
32, 60, 0, 42
Luminance
0.0806
Every format
| HEX | #653b95 |
| RGB | rgb(101, 59, 149) |
| HSL | hsl(268, 43%, 41%) |
| CMYK | cmyk(32%, 60%, 0%, 42%) |
| LAB | lab(34.1 37.3 -42.8) |
| LCH | lch(34.1 56.7 311.1) |
| OKLCH | oklch(0.448 0.143 302.5) |
Copy-ready code
/* CSS */
color: #653b95;
background-color: #653b95;
/* Tailwind (arbitrary) */
class="text-[#653b95] bg-[#653b95]"
/* SCSS */
$brand: #653b95;
/* SwiftUI */
Color(red: 0.396, green: 0.231, blue: 0.584)
/* Android */
Color.parseColor("#653b95")Accessibility — WCAG contrast
Aa
#653b95 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#653b95 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green23.1%
Blue58.4%
CMYK percentages
Cyan32.2%
Magenta60.4%
Yellow0.0%
Key (black)41.6%
Color previews
#653b95 text on a black background
contrast 2.61:1
Card sample
#653b95 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #653b95;
Background color
Panel with #653b95 background
background-color: #653b95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #653b95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 59, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 59, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #653b95; background: linear-gradient(135deg, #653b95, #953B89);