#ce8ffc
a light, electric violet · warm · closest name: violet
RGB
206, 143, 252
HSL
275°, 95%, 78%
CMYK
18, 43, 0, 1
Luminance
0.3980
Every format
| HEX | #ce8ffc |
| RGB | rgb(206, 143, 252) |
| HSL | hsl(275, 95%, 78%) |
| CMYK | cmyk(18%, 43%, 0%, 1%) |
| LAB | lab(69.3 43.4 -45.3) |
| LCH | lch(69.3 62.7 313.7) |
| OKLCH | oklch(0.753 0.164 309.6) |
Copy-ready code
/* CSS */
color: #ce8ffc;
background-color: #ce8ffc;
/* Tailwind (arbitrary) */
class="text-[#ce8ffc] bg-[#ce8ffc]"
/* SCSS */
$brand: #ce8ffc;
/* SwiftUI */
Color(red: 0.808, green: 0.561, blue: 0.988)
/* Android */
Color.parseColor("#ce8ffc")Accessibility — WCAG contrast
Aa
#ce8ffc on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8ffc on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.1%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta43.3%
Yellow0.0%
Key (black)1.2%
Color previews
#ce8ffc text on a black background
contrast 8.96:1
Card sample
#ce8ffc text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8ffc;
Background color
Panel with #ce8ffc background
background-color: #ce8ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 143, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 143, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8ffc; background: linear-gradient(135deg, #ce8ffc, #FC8FE1);