#c554ff
a light, electric violet · warm · closest name: magenta
RGB
197, 84, 255
HSL
280°, 100%, 67%
CMYK
23, 67, 0, 0
Luminance
0.2543
Every format
| HEX | #c554ff |
| RGB | rgb(197, 84, 255) |
| HSL | hsl(280, 100%, 67%) |
| CMYK | cmyk(23%, 67%, 0%, 0%) |
| LAB | lab(57.5 70.7 -65.8) |
| LCH | lch(57.5 96.6 317.0) |
| OKLCH | oklch(0.665 0.249 311.8) |
Copy-ready code
/* CSS */
color: #c554ff;
background-color: #c554ff;
/* Tailwind (arbitrary) */
class="text-[#c554ff] bg-[#c554ff]"
/* SCSS */
$brand: #c554ff;
/* SwiftUI */
Color(red: 0.773, green: 0.329, blue: 1.000)
/* Android */
Color.parseColor("#c554ff")Accessibility — WCAG contrast
Aa
#c554ff on white: 3.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c554ff on black: 6.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green32.9%
Blue100.0%
CMYK percentages
Cyan22.7%
Magenta67.1%
Yellow0.0%
Key (black)0.0%
Color previews
#c554ff text on a black background
contrast 6.09:1
Card sample
#c554ff text on a white background
contrast 3.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c554ff;
Background color
Panel with #c554ff background
background-color: #c554ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c554ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 84, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 84, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c554ff; background: linear-gradient(135deg, #c554ff, #FF54C7);