#c55af2
a light, electric violet · warm · closest name: violet
RGB
197, 90, 242
HSL
282°, 85%, 65%
CMYK
19, 63, 0, 5
Luminance
0.2559
Every format
| HEX | #c55af2 |
| RGB | rgb(197, 90, 242) |
| HSL | hsl(282, 85%, 65%) |
| CMYK | cmyk(19%, 63%, 0%, 5%) |
| LAB | lab(57.6 65.5 -58.4) |
| LCH | lch(57.6 87.7 318.3) |
| OKLCH | oklch(0.663 0.230 314.4) |
Copy-ready code
/* CSS */
color: #c55af2;
background-color: #c55af2;
/* Tailwind (arbitrary) */
class="text-[#c55af2] bg-[#c55af2]"
/* SCSS */
$brand: #c55af2;
/* SwiftUI */
Color(red: 0.773, green: 0.353, blue: 0.949)
/* Android */
Color.parseColor("#c55af2")Accessibility — WCAG contrast
Aa
#c55af2 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c55af2 on black: 6.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green35.3%
Blue94.9%
CMYK percentages
Cyan18.6%
Magenta62.8%
Yellow0.0%
Key (black)5.1%
Color previews
#c55af2 text on a black background
contrast 6.12:1
Card sample
#c55af2 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c55af2;
Background color
Panel with #c55af2 background
background-color: #c55af2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c55af2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 90, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 90, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c55af2; background: linear-gradient(135deg, #c55af2, #F25ABA);