#652fd2
a balanced, vivid violet · warm · closest name: indigo
RGB
101, 47, 210
HSL
260°, 64%, 50%
CMYK
52, 78, 0, 18
Luminance
0.0945
Every format
| HEX | #652fd2 |
| RGB | rgb(101, 47, 210) |
| HSL | hsl(260, 64%, 50%) |
| CMYK | cmyk(52%, 78%, 0%, 18%) |
| LAB | lab(36.8 59.4 -74.5) |
| LCH | lch(36.8 95.3 308.6) |
| OKLCH | oklch(0.482 0.228 290.1) |
Copy-ready code
/* CSS */
color: #652fd2;
background-color: #652fd2;
/* Tailwind (arbitrary) */
class="text-[#652fd2] bg-[#652fd2]"
/* SCSS */
$brand: #652fd2;
/* SwiftUI */
Color(red: 0.396, green: 0.184, blue: 0.824)
/* Android */
Color.parseColor("#652fd2")Accessibility — WCAG contrast
Aa
#652fd2 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#652fd2 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green18.4%
Blue82.4%
CMYK percentages
Cyan51.9%
Magenta77.6%
Yellow0.0%
Key (black)17.6%
Color previews
#652fd2 text on a black background
contrast 2.89:1
Card sample
#652fd2 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652fd2;
Background color
Panel with #652fd2 background
background-color: #652fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 47, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 47, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652fd2; background: linear-gradient(135deg, #652fd2, #D22FD2);