#c65cff
a light, electric violet · warm · closest name: magenta
RGB
198, 92, 255
HSL
279°, 100%, 68%
CMYK
22, 64, 0, 0
Luminance
0.2688
Every format
| HEX | #c65cff |
| RGB | rgb(198, 92, 255) |
| HSL | hsl(279, 100%, 68%) |
| CMYK | cmyk(22%, 64%, 0%, 0%) |
| LAB | lab(58.9 67.5 -63.6) |
| LCH | lch(58.9 92.8 316.7) |
| OKLCH | oklch(0.675 0.240 311.6) |
Copy-ready code
/* CSS */
color: #c65cff;
background-color: #c65cff;
/* Tailwind (arbitrary) */
class="text-[#c65cff] bg-[#c65cff]"
/* SCSS */
$brand: #c65cff;
/* SwiftUI */
Color(red: 0.776, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#c65cff")Accessibility — WCAG contrast
Aa
#c65cff on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65cff on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green36.1%
Blue100.0%
CMYK percentages
Cyan22.4%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#c65cff text on a black background
contrast 6.38:1
Card sample
#c65cff text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65cff;
Background color
Panel with #c65cff background
background-color: #c65cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65cff; background: linear-gradient(135deg, #c65cff, #FF5CCB);