#ce8cfd
a light, electric violet · warm · closest name: violet
RGB
206, 140, 253
HSL
275°, 97%, 77%
CMYK
19, 45, 0, 1
Luminance
0.3897
Every format
| HEX | #ce8cfd |
| RGB | rgb(206, 140, 253) |
| HSL | hsl(275, 97%, 77%) |
| CMYK | cmyk(19%, 45%, 0%, 1%) |
| LAB | lab(68.7 45.2 -46.8) |
| LCH | lch(68.7 65.0 314.0) |
| OKLCH | oklch(0.749 0.170 309.8) |
Copy-ready code
/* CSS */
color: #ce8cfd;
background-color: #ce8cfd;
/* Tailwind (arbitrary) */
class="text-[#ce8cfd] bg-[#ce8cfd]"
/* SCSS */
$brand: #ce8cfd;
/* SwiftUI */
Color(red: 0.808, green: 0.549, blue: 0.992)
/* Android */
Color.parseColor("#ce8cfd")Accessibility — WCAG contrast
Aa
#ce8cfd on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8cfd on black: 8.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.9%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta44.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ce8cfd text on a black background
contrast 8.79:1
Card sample
#ce8cfd text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8cfd;
Background color
Panel with #ce8cfd background
background-color: #ce8cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 140, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 140, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8cfd; background: linear-gradient(135deg, #ce8cfd, #FD8CE1);