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