#c155fd
a light, electric violet · warm · closest name: magenta
RGB
193, 85, 253
HSL
279°, 98%, 66%
CMYK
24, 66, 0, 1
Luminance
0.2493
Every format
| HEX | #c155fd |
| RGB | rgb(193, 85, 253) |
| HSL | hsl(279, 98%, 66%) |
| CMYK | cmyk(24%, 66%, 0%, 1%) |
| LAB | lab(57.0 69.1 -65.5) |
| LCH | lch(57.0 95.2 316.5) |
| OKLCH | oklch(0.660 0.245 311.0) |
Copy-ready code
/* CSS */
color: #c155fd;
background-color: #c155fd;
/* Tailwind (arbitrary) */
class="text-[#c155fd] bg-[#c155fd]"
/* SCSS */
$brand: #c155fd;
/* SwiftUI */
Color(red: 0.757, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#c155fd")Accessibility — WCAG contrast
Aa
#c155fd on white: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c155fd on black: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green33.3%
Blue99.2%
CMYK percentages
Cyan23.7%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c155fd text on a black background
contrast 5.99:1
Card sample
#c155fd text on a white background
contrast 3.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c155fd;
Background color
Panel with #c155fd background
background-color: #c155fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c155fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c155fd; background: linear-gradient(135deg, #c155fd, #FD55C9);