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