#c655ff
a light, electric violet · warm · closest name: magenta
RGB
198, 85, 255
HSL
280°, 100%, 67%
CMYK
22, 67, 0, 0
Luminance
0.2572
Every format
| HEX | #c655ff |
| RGB | rgb(198, 85, 255) |
| HSL | hsl(280, 100%, 67%) |
| CMYK | cmyk(22%, 67%, 0%, 0%) |
| LAB | lab(57.8 70.5 -65.4) |
| LCH | lch(57.8 96.2 317.2) |
| OKLCH | oklch(0.667 0.249 312.1) |
Copy-ready code
/* CSS */
color: #c655ff;
background-color: #c655ff;
/* Tailwind (arbitrary) */
class="text-[#c655ff] bg-[#c655ff]"
/* SCSS */
$brand: #c655ff;
/* SwiftUI */
Color(red: 0.776, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#c655ff")Accessibility — WCAG contrast
Aa
#c655ff on white: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c655ff on black: 6.14:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green33.3%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#c655ff text on a black background
contrast 6.14:1
Card sample
#c655ff text on a white background
contrast 3.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c655ff;
Background color
Panel with #c655ff background
background-color: #c655ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c655ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c655ff; background: linear-gradient(135deg, #c655ff, #FF55C7);