#c955ff
a light, electric violet · warm · closest name: magenta
RGB
201, 85, 255
HSL
281°, 100%, 67%
CMYK
21, 67, 0, 0
Luminance
0.2613
Every format
| HEX | #c955ff |
| RGB | rgb(201, 85, 255) |
| HSL | hsl(281, 100%, 67%) |
| CMYK | cmyk(21%, 67%, 0%, 0%) |
| LAB | lab(58.2 71.1 -64.7) |
| LCH | lch(58.2 96.2 317.7) |
| OKLCH | oklch(0.670 0.249 313.0) |
Copy-ready code
/* CSS */
color: #c955ff;
background-color: #c955ff;
/* Tailwind (arbitrary) */
class="text-[#c955ff] bg-[#c955ff]"
/* SCSS */
$brand: #c955ff;
/* SwiftUI */
Color(red: 0.788, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#c955ff")Accessibility — WCAG contrast
Aa
#c955ff on white: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c955ff on black: 6.23:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green33.3%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c955ff text on a black background
contrast 6.23:1
Card sample
#c955ff text on a white background
contrast 3.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c955ff;
Background color
Panel with #c955ff background
background-color: #c955ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c955ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c955ff; background: linear-gradient(135deg, #c955ff, #FF55C4);