#c65df3
a light, electric violet · warm · closest name: violet
RGB
198, 93, 243
HSL
282°, 86%, 66%
CMYK
19, 62, 0, 5
Luminance
0.2631
Every format
| HEX | #c65df3 |
| RGB | rgb(198, 93, 243) |
| HSL | hsl(282, 86%, 66%) |
| CMYK | cmyk(19%, 62%, 0%, 5%) |
| LAB | lab(58.3 64.6 -57.8) |
| LCH | lch(58.3 86.7 318.2) |
| OKLCH | oklch(0.669 0.227 314.3) |
Copy-ready code
/* CSS */
color: #c65df3;
background-color: #c65df3;
/* Tailwind (arbitrary) */
class="text-[#c65df3] bg-[#c65df3]"
/* SCSS */
$brand: #c65df3;
/* SwiftUI */
Color(red: 0.776, green: 0.365, blue: 0.953)
/* Android */
Color.parseColor("#c65df3")Accessibility — WCAG contrast
Aa
#c65df3 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#c65df3 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green36.5%
Blue95.3%
CMYK percentages
Cyan18.5%
Magenta61.7%
Yellow0.0%
Key (black)4.7%
Color previews
#c65df3 text on a black background
contrast 6.26:1
Card sample
#c65df3 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c65df3;
Background color
Panel with #c65df3 background
background-color: #c65df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c65df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 93, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 93, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c65df3; background: linear-gradient(135deg, #c65df3, #F35DBC);