#c95cff
a light, electric violet · warm · closest name: magenta
RGB
201, 92, 255
HSL
280°, 100%, 68%
CMYK
21, 64, 0, 0
Luminance
0.2729
Every format
| HEX | #c95cff |
| RGB | rgb(201, 92, 255) |
| HSL | hsl(280, 100%, 68%) |
| CMYK | cmyk(21%, 64%, 0%, 0%) |
| LAB | lab(59.2 68.1 -63.0) |
| LCH | lch(59.2 92.8 317.2) |
| OKLCH | oklch(0.678 0.241 312.5) |
Copy-ready code
/* CSS */
color: #c95cff;
background-color: #c95cff;
/* Tailwind (arbitrary) */
class="text-[#c95cff] bg-[#c95cff]"
/* SCSS */
$brand: #c95cff;
/* SwiftUI */
Color(red: 0.788, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#c95cff")Accessibility — WCAG contrast
Aa
#c95cff on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c95cff on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green36.1%
Blue100.0%
CMYK percentages
Cyan21.2%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c95cff text on a black background
contrast 6.46:1
Card sample
#c95cff text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c95cff;
Background color
Panel with #c95cff background
background-color: #c95cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c95cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c95cff; background: linear-gradient(135deg, #c95cff, #FF5CC8);