#c55af5
a light, electric violet · warm · closest name: violet
RGB
197, 90, 245
HSL
281°, 89%, 66%
CMYK
20, 63, 0, 4
Luminance
0.2578
Every format
| HEX | #c55af5 |
| RGB | rgb(197, 90, 245) |
| HSL | hsl(281, 89%, 66%) |
| CMYK | cmyk(20%, 63%, 0%, 4%) |
| LAB | lab(57.8 66.1 -59.8) |
| LCH | lch(57.8 89.1 317.9) |
| OKLCH | oklch(0.665 0.232 313.7) |
Copy-ready code
/* CSS */
color: #c55af5;
background-color: #c55af5;
/* Tailwind (arbitrary) */
class="text-[#c55af5] bg-[#c55af5]"
/* SCSS */
$brand: #c55af5;
/* SwiftUI */
Color(red: 0.773, green: 0.353, blue: 0.961)
/* Android */
Color.parseColor("#c55af5")Accessibility — WCAG contrast
Aa
#c55af5 on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55af5 on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green35.3%
Blue96.1%
CMYK percentages
Cyan19.6%
Magenta63.3%
Yellow0.0%
Key (black)3.9%
Color previews
#c55af5 text on a black background
contrast 6.16:1
Card sample
#c55af5 text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55af5;
Background color
Panel with #c55af5 background
background-color: #c55af5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55af5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 90, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 90, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55af5; background: linear-gradient(135deg, #c55af5, #F55ABE);