#c65cfd
a light, electric violet · warm · closest name: violet
RGB
198, 92, 253
HSL
280°, 98%, 68%
CMYK
22, 64, 0, 1
Luminance
0.2675
Every format
| HEX | #c65cfd |
| RGB | rgb(198, 92, 253) |
| HSL | hsl(280, 98%, 68%) |
| CMYK | cmyk(22%, 64%, 0%, 1%) |
| LAB | lab(58.8 67.1 -62.7) |
| LCH | lch(58.8 91.8 316.9) |
| OKLCH | oklch(0.673 0.238 312.0) |
Copy-ready code
/* CSS */
color: #c65cfd;
background-color: #c65cfd;
/* Tailwind (arbitrary) */
class="text-[#c65cfd] bg-[#c65cfd]"
/* SCSS */
$brand: #c65cfd;
/* SwiftUI */
Color(red: 0.776, green: 0.361, blue: 0.992)
/* Android */
Color.parseColor("#c65cfd")Accessibility — WCAG contrast
Aa
#c65cfd on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65cfd on black: 6.35:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green36.1%
Blue99.2%
CMYK percentages
Cyan21.7%
Magenta63.6%
Yellow0.0%
Key (black)0.8%
Color previews
#c65cfd text on a black background
contrast 6.35:1
Card sample
#c65cfd text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65cfd;
Background color
Panel with #c65cfd background
background-color: #c65cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 92, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 92, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65cfd; background: linear-gradient(135deg, #c65cfd, #FD5CC9);