#c55ffe
a light, electric violet · warm · closest name: violet
RGB
197, 95, 254
HSL
279°, 99%, 68%
CMYK
22, 63, 0, 0
Luminance
0.2721
Every format
| HEX | #c55ffe |
| RGB | rgb(197, 95, 254) |
| HSL | hsl(279, 99%, 68%) |
| CMYK | cmyk(22%, 63%, 0%, 0%) |
| LAB | lab(59.2 65.7 -62.6) |
| LCH | lch(59.2 90.7 316.4) |
| OKLCH | oklch(0.676 0.234 311.2) |
Copy-ready code
/* CSS */
color: #c55ffe;
background-color: #c55ffe;
/* Tailwind (arbitrary) */
class="text-[#c55ffe] bg-[#c55ffe]"
/* SCSS */
$brand: #c55ffe;
/* SwiftUI */
Color(red: 0.773, green: 0.373, blue: 0.996)
/* Android */
Color.parseColor("#c55ffe")Accessibility — WCAG contrast
Aa
#c55ffe on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55ffe on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.3%
Blue99.6%
CMYK percentages
Cyan22.4%
Magenta62.6%
Yellow0.0%
Key (black)0.4%
Color previews
#c55ffe text on a black background
contrast 6.44:1
Card sample
#c55ffe text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55ffe;
Background color
Panel with #c55ffe background
background-color: #c55ffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55ffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 95, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 95, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55ffe; background: linear-gradient(135deg, #c55ffe, #FE5FCD);