#ce66ff
a light, electric violet · warm · closest name: violet
RGB
206, 102, 255
HSL
281°, 100%, 70%
CMYK
19, 60, 0, 0
Luminance
0.2984
Every format
| HEX | #ce66ff |
| RGB | rgb(206, 102, 255) |
| HSL | hsl(281, 100%, 70%) |
| CMYK | cmyk(19%, 60%, 0%, 0%) |
| LAB | lab(61.5 64.7 -59.3) |
| LCH | lch(61.5 87.8 317.5) |
| OKLCH | oklch(0.696 0.229 313.4) |
Copy-ready code
/* CSS */
color: #ce66ff;
background-color: #ce66ff;
/* Tailwind (arbitrary) */
class="text-[#ce66ff] bg-[#ce66ff]"
/* SCSS */
$brand: #ce66ff;
/* SwiftUI */
Color(red: 0.808, green: 0.400, blue: 1.000)
/* Android */
Color.parseColor("#ce66ff")Accessibility — WCAG contrast
Aa
#ce66ff on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce66ff on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green40.0%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta60.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ce66ff text on a black background
contrast 6.97:1
Card sample
#ce66ff text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce66ff;
Background color
Panel with #ce66ff background
background-color: #ce66ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce66ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 102, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 102, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce66ff; background: linear-gradient(135deg, #ce66ff, #FF66CA);