#652dfd
a balanced, electric violet · warm · closest name: blue
RGB
101, 45, 253
HSL
256°, 98%, 58%
CMYK
60, 82, 0, 1
Luminance
0.1174
Every format
| HEX | #652dfd |
| RGB | rgb(101, 45, 253) |
| HSL | hsl(256, 98%, 58%) |
| CMYK | cmyk(60%, 82%, 0%, 1%) |
| LAB | lab(40.8 71.4 -92.5) |
| LCH | lch(40.8 116.8 307.7) |
| OKLCH | oklch(0.522 0.275 283.8) |
Copy-ready code
/* CSS */
color: #652dfd;
background-color: #652dfd;
/* Tailwind (arbitrary) */
class="text-[#652dfd] bg-[#652dfd]"
/* SCSS */
$brand: #652dfd;
/* SwiftUI */
Color(red: 0.396, green: 0.176, blue: 0.992)
/* Android */
Color.parseColor("#652dfd")Accessibility — WCAG contrast
Aa
#652dfd on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#652dfd on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red39.6%
Green17.6%
Blue99.2%
CMYK percentages
Cyan60.1%
Magenta82.2%
Yellow0.0%
Key (black)0.8%
Color previews
#652dfd text on a black background
contrast 3.35:1
Card sample
#652dfd text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #652dfd;
Background color
Panel with #652dfd background
background-color: #652dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #652dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(101, 45, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(101, 45, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #652dfd; background: linear-gradient(135deg, #652dfd, #F02DFD);