#c55ff8
a light, electric violet · warm · closest name: violet
RGB
197, 95, 248
HSL
280°, 92%, 67%
CMYK
21, 62, 0, 3
Luminance
0.2683
Every format
| HEX | #c55ff8 |
| RGB | rgb(197, 95, 248) |
| HSL | hsl(280, 92%, 67%) |
| CMYK | cmyk(21%, 62%, 0%, 3%) |
| LAB | lab(58.8 64.5 -59.8) |
| LCH | lch(58.8 88.0 317.1) |
| OKLCH | oklch(0.673 0.229 312.6) |
Copy-ready code
/* CSS */
color: #c55ff8;
background-color: #c55ff8;
/* Tailwind (arbitrary) */
class="text-[#c55ff8] bg-[#c55ff8]"
/* SCSS */
$brand: #c55ff8;
/* SwiftUI */
Color(red: 0.773, green: 0.373, blue: 0.973)
/* Android */
Color.parseColor("#c55ff8")Accessibility — WCAG contrast
Aa
#c55ff8 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55ff8 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green37.3%
Blue97.3%
CMYK percentages
Cyan20.6%
Magenta61.7%
Yellow0.0%
Key (black)2.7%
Color previews
#c55ff8 text on a black background
contrast 6.37:1
Card sample
#c55ff8 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55ff8;
Background color
Panel with #c55ff8 background
background-color: #c55ff8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55ff8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 95, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 95, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55ff8; background: linear-gradient(135deg, #c55ff8, #F85FC5);