#ce64e9
a light, electric violet · warm · closest name: orchid
RGB
206, 100, 233
HSL
288°, 75%, 65%
CMYK
12, 57, 0, 9
Luminance
0.2812
Every format
| HEX | #ce64e9 |
| RGB | rgb(206, 100, 233) |
| HSL | hsl(288, 75%, 65%) |
| CMYK | cmyk(12%, 57%, 0%, 9%) |
| LAB | lab(60.0 61.3 -49.5) |
| LCH | lch(60.0 78.8 321.1) |
| OKLCH | oklch(0.681 0.211 319.1) |
Copy-ready code
/* CSS */
color: #ce64e9;
background-color: #ce64e9;
/* Tailwind (arbitrary) */
class="text-[#ce64e9] bg-[#ce64e9]"
/* SCSS */
$brand: #ce64e9;
/* SwiftUI */
Color(red: 0.808, green: 0.392, blue: 0.914)
/* Android */
Color.parseColor("#ce64e9")Accessibility — WCAG contrast
Aa
#ce64e9 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce64e9 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green39.2%
Blue91.4%
CMYK percentages
Cyan11.6%
Magenta57.1%
Yellow0.0%
Key (black)8.6%
Color previews
#ce64e9 text on a black background
contrast 6.62:1
Card sample
#ce64e9 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce64e9;
Background color
Panel with #ce64e9 background
background-color: #ce64e9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce64e9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 100, 233, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 100, 233, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce64e9; background: linear-gradient(135deg, #ce64e9, #E964AB);