#c554f2
a balanced, electric violet · warm · closest name: violet
RGB
197, 84, 242
HSL
283°, 86%, 64%
CMYK
19, 65, 0, 5
Luminance
0.2462
Every format
| HEX | #c554f2 |
| RGB | rgb(197, 84, 242) |
| HSL | hsl(283, 86%, 64%) |
| CMYK | cmyk(19%, 65%, 0%, 5%) |
| LAB | lab(56.7 68.1 -59.9) |
| LCH | lch(56.7 90.7 318.7) |
| OKLCH | oklch(0.656 0.237 314.8) |
Copy-ready code
/* CSS */
color: #c554f2;
background-color: #c554f2;
/* Tailwind (arbitrary) */
class="text-[#c554f2] bg-[#c554f2]"
/* SCSS */
$brand: #c554f2;
/* SwiftUI */
Color(red: 0.773, green: 0.329, blue: 0.949)
/* Android */
Color.parseColor("#c554f2")Accessibility — WCAG contrast
Aa
#c554f2 on white: 3.54:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c554f2 on black: 5.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green32.9%
Blue94.9%
CMYK percentages
Cyan18.6%
Magenta65.3%
Yellow0.0%
Key (black)5.1%
Color previews
#c554f2 text on a black background
contrast 5.92:1
Card sample
#c554f2 text on a white background
contrast 3.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c554f2;
Background color
Panel with #c554f2 background
background-color: #c554f2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c554f2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 84, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 84, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c554f2; background: linear-gradient(135deg, #c554f2, #F254B6);