#c65dfb
a light, electric violet · warm · closest name: violet
RGB
198, 93, 251
HSL
280°, 95%, 68%
CMYK
21, 63, 0, 2
Luminance
0.2680
Every format
| HEX | #c65dfb |
| RGB | rgb(198, 93, 251) |
| HSL | hsl(280, 95%, 68%) |
| CMYK | cmyk(21%, 63%, 0%, 2%) |
| LAB | lab(58.8 66.2 -61.5) |
| LCH | lch(58.8 90.4 317.1) |
| OKLCH | oklch(0.673 0.235 312.4) |
Copy-ready code
/* CSS */
color: #c65dfb;
background-color: #c65dfb;
/* Tailwind (arbitrary) */
class="text-[#c65dfb] bg-[#c65dfb]"
/* SCSS */
$brand: #c65dfb;
/* SwiftUI */
Color(red: 0.776, green: 0.365, blue: 0.984)
/* Android */
Color.parseColor("#c65dfb")Accessibility — WCAG contrast
Aa
#c65dfb on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65dfb on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green36.5%
Blue98.4%
CMYK percentages
Cyan21.1%
Magenta62.9%
Yellow0.0%
Key (black)1.6%
Color previews
#c65dfb text on a black background
contrast 6.36:1
Card sample
#c65dfb text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65dfb;
Background color
Panel with #c65dfb background
background-color: #c65dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 93, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 93, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65dfb; background: linear-gradient(135deg, #c65dfb, #FB5DC7);