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