#c855fd
a light, electric violet · warm · closest name: magenta
RGB
200, 85, 253
HSL
281°, 98%, 66%
CMYK
21, 66, 0, 1
Luminance
0.2587
Every format
| HEX | #c855fd |
| RGB | rgb(200, 85, 253) |
| HSL | hsl(281, 98%, 66%) |
| CMYK | cmyk(21%, 66%, 0%, 1%) |
| LAB | lab(57.9 70.5 -64.0) |
| LCH | lch(57.9 95.3 317.8) |
| OKLCH | oklch(0.668 0.247 313.1) |
Copy-ready code
/* CSS */
color: #c855fd;
background-color: #c855fd;
/* Tailwind (arbitrary) */
class="text-[#c855fd] bg-[#c855fd]"
/* SCSS */
$brand: #c855fd;
/* SwiftUI */
Color(red: 0.784, green: 0.333, blue: 0.992)
/* Android */
Color.parseColor("#c855fd")Accessibility — WCAG contrast
Aa
#c855fd on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c855fd on black: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green33.3%
Blue99.2%
CMYK percentages
Cyan20.9%
Magenta66.4%
Yellow0.0%
Key (black)0.8%
Color previews
#c855fd text on a black background
contrast 6.17:1
Card sample
#c855fd text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c855fd;
Background color
Panel with #c855fd background
background-color: #c855fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c855fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 85, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 85, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c855fd; background: linear-gradient(135deg, #c855fd, #FD55C2);