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