#c652fd
a light, electric violet · warm · closest name: magenta
RGB
198, 82, 253
HSL
281°, 98%, 66%
CMYK
22, 68, 0, 1
Luminance
0.2513
Every format
| HEX | #c652fd |
| RGB | rgb(198, 82, 253) |
| HSL | hsl(281, 98%, 66%) |
| CMYK | cmyk(22%, 68%, 0%, 1%) |
| LAB | lab(57.2 71.3 -65.2) |
| LCH | lch(57.2 96.6 317.6) |
| OKLCH | oklch(0.662 0.250 312.7) |
Copy-ready code
/* CSS */
color: #c652fd;
background-color: #c652fd;
/* Tailwind (arbitrary) */
class="text-[#c652fd] bg-[#c652fd]"
/* SCSS */
$brand: #c652fd;
/* SwiftUI */
Color(red: 0.776, green: 0.322, blue: 0.992)
/* Android */
Color.parseColor("#c652fd")Accessibility — WCAG contrast
Aa
#c652fd on white: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c652fd on black: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green32.2%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta67.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c652fd text on a black background
contrast 6.03:1
Card sample
#c652fd text on a white background
contrast 3.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c652fd;
Background color
Panel with #c652fd background
background-color: #c652fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c652fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 82, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 82, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c652fd; background: linear-gradient(135deg, #c652fd, #FD52C2);