#c55ef1
a light, electric violet · warm · closest name: violet
RGB
197, 94, 241
HSL
282°, 84%, 66%
CMYK
18, 61, 0, 6
Luminance
0.2623
Every format
| HEX | #c55ef1 |
| RGB | rgb(197, 94, 241) |
| HSL | hsl(282, 84%, 66%) |
| CMYK | cmyk(18%, 61%, 0%, 6%) |
| LAB | lab(58.3 63.5 -56.9) |
| LCH | lch(58.3 85.2 318.2) |
| OKLCH | oklch(0.667 0.223 314.4) |
Copy-ready code
/* CSS */
color: #c55ef1;
background-color: #c55ef1;
/* Tailwind (arbitrary) */
class="text-[#c55ef1] bg-[#c55ef1]"
/* SCSS */
$brand: #c55ef1;
/* SwiftUI */
Color(red: 0.773, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#c55ef1")Accessibility — WCAG contrast
Aa
#c55ef1 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55ef1 on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green36.9%
Blue94.5%
CMYK percentages
Cyan18.3%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#c55ef1 text on a black background
contrast 6.25:1
Card sample
#c55ef1 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55ef1;
Background color
Panel with #c55ef1 background
background-color: #c55ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55ef1; background: linear-gradient(135deg, #c55ef1, #F15EBB);