#c55cff
a light, electric violet · warm · closest name: violet
RGB
197, 92, 255
HSL
279°, 100%, 68%
CMYK
23, 64, 0, 0
Luminance
0.2674
Every format
| HEX | #c55cff |
| RGB | rgb(197, 92, 255) |
| HSL | hsl(279, 100%, 68%) |
| CMYK | cmyk(23%, 64%, 0%, 0%) |
| LAB | lab(58.7 67.3 -63.8) |
| LCH | lch(58.7 92.7 316.5) |
| OKLCH | oklch(0.673 0.239 311.3) |
Copy-ready code
/* CSS */
color: #c55cff;
background-color: #c55cff;
/* Tailwind (arbitrary) */
class="text-[#c55cff] bg-[#c55cff]"
/* SCSS */
$brand: #c55cff;
/* SwiftUI */
Color(red: 0.773, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#c55cff")Accessibility — WCAG contrast
Aa
#c55cff on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55cff on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green36.1%
Blue100.0%
CMYK percentages
Cyan22.7%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c55cff text on a black background
contrast 6.35:1
Card sample
#c55cff text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55cff;
Background color
Panel with #c55cff background
background-color: #c55cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55cff; background: linear-gradient(135deg, #c55cff, #FF5CCC);