#ce8def
a light, electric violet · warm · closest name: violet
RGB
206, 141, 239
HSL
280°, 75%, 75%
CMYK
14, 41, 0, 6
Luminance
0.3840
Every format
| HEX | #ce8def |
| RGB | rgb(206, 141, 239) |
| HSL | hsl(280, 75%, 75%) |
| CMYK | cmyk(14%, 41%, 0%, 6%) |
| LAB | lab(68.3 41.7 -39.8) |
| LCH | lch(68.3 57.6 316.3) |
| OKLCH | oklch(0.744 0.152 313.6) |
Copy-ready code
/* CSS */
color: #ce8def;
background-color: #ce8def;
/* Tailwind (arbitrary) */
class="text-[#ce8def] bg-[#ce8def]"
/* SCSS */
$brand: #ce8def;
/* SwiftUI */
Color(red: 0.808, green: 0.553, blue: 0.937)
/* Android */
Color.parseColor("#ce8def")Accessibility — WCAG contrast
Aa
#ce8def on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8def on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green55.3%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta41.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ce8def text on a black background
contrast 8.68:1
Card sample
#ce8def text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8def;
Background color
Panel with #ce8def background
background-color: #ce8def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 141, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 141, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8def; background: linear-gradient(135deg, #ce8def, #EF8DCF);