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