#c65dfe
a light, electric violet · warm · closest name: violet
RGB
198, 93, 254
HSL
279°, 99%, 68%
CMYK
22, 63, 0, 0
Luminance
0.2699
Every format
| HEX | #c65dfe |
| RGB | rgb(198, 93, 254) |
| HSL | hsl(279, 99%, 68%) |
| CMYK | cmyk(22%, 63%, 0%, 0%) |
| LAB | lab(59.0 66.8 -62.9) |
| LCH | lch(59.0 91.8 316.7) |
| OKLCH | oklch(0.675 0.237 311.7) |
Copy-ready code
/* CSS */
color: #c65dfe;
background-color: #c65dfe;
/* Tailwind (arbitrary) */
class="text-[#c65dfe] bg-[#c65dfe]"
/* SCSS */
$brand: #c65dfe;
/* SwiftUI */
Color(red: 0.776, green: 0.365, blue: 0.996)
/* Android */
Color.parseColor("#c65dfe")Accessibility — WCAG contrast
Aa
#c65dfe on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65dfe on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green36.5%
Blue99.6%
CMYK percentages
Cyan22.0%
Magenta63.4%
Yellow0.0%
Key (black)0.4%
Color previews
#c65dfe text on a black background
contrast 6.40:1
Card sample
#c65dfe text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65dfe;
Background color
Panel with #c65dfe background
background-color: #c65dfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65dfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 93, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 93, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65dfe; background: linear-gradient(135deg, #c65dfe, #FE5DCB);