#ce64f7
a light, electric violet · warm · closest name: violet
RGB
206, 100, 247
HSL
283°, 90%, 68%
CMYK
17, 60, 0, 3
Luminance
0.2895
Every format
| HEX | #ce64f7 |
| RGB | rgb(206, 100, 247) |
| HSL | hsl(283, 90%, 68%) |
| CMYK | cmyk(17%, 60%, 0%, 3%) |
| LAB | lab(60.7 64.0 -56.1) |
| LCH | lch(60.7 85.2 318.8) |
| OKLCH | oklch(0.689 0.224 315.4) |
Copy-ready code
/* CSS */
color: #ce64f7;
background-color: #ce64f7;
/* Tailwind (arbitrary) */
class="text-[#ce64f7] bg-[#ce64f7]"
/* SCSS */
$brand: #ce64f7;
/* SwiftUI */
Color(red: 0.808, green: 0.392, blue: 0.969)
/* Android */
Color.parseColor("#ce64f7")Accessibility — WCAG contrast
Aa
#ce64f7 on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce64f7 on black: 6.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green39.2%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta59.5%
Yellow0.0%
Key (black)3.1%
Color previews
#ce64f7 text on a black background
contrast 6.79:1
Card sample
#ce64f7 text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce64f7;
Background color
Panel with #ce64f7 background
background-color: #ce64f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce64f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 100, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 100, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce64f7; background: linear-gradient(135deg, #ce64f7, #F764BE);