#ce5ef1
a light, electric violet · warm · closest name: violet
RGB
206, 94, 241
HSL
286°, 84%, 66%
CMYK
15, 61, 0, 6
Luminance
0.2748
Every format
| HEX | #ce5ef1 |
| RGB | rgb(206, 94, 241) |
| HSL | hsl(286, 84%, 66%) |
| CMYK | cmyk(15%, 61%, 0%, 6%) |
| LAB | lab(59.4 65.6 -54.9) |
| LCH | lch(59.4 85.5 320.1) |
| OKLCH | oklch(0.678 0.227 317.3) |
Copy-ready code
/* CSS */
color: #ce5ef1;
background-color: #ce5ef1;
/* Tailwind (arbitrary) */
class="text-[#ce5ef1] bg-[#ce5ef1]"
/* SCSS */
$brand: #ce5ef1;
/* SwiftUI */
Color(red: 0.808, green: 0.369, blue: 0.945)
/* Android */
Color.parseColor("#ce5ef1")Accessibility — WCAG contrast
Aa
#ce5ef1 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5ef1 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.9%
Blue94.5%
CMYK percentages
Cyan14.5%
Magenta61.0%
Yellow0.0%
Key (black)5.5%
Color previews
#ce5ef1 text on a black background
contrast 6.50:1
Card sample
#ce5ef1 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5ef1;
Background color
Panel with #ce5ef1 background
background-color: #ce5ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 94, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 94, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5ef1; background: linear-gradient(135deg, #ce5ef1, #F15EB2);