#ce5bfd
a light, electric violet · warm · closest name: magenta
RGB
206, 91, 253
HSL
283°, 98%, 68%
CMYK
19, 64, 0, 1
Luminance
0.2770
Every format
| HEX | #ce5bfd |
| RGB | rgb(206, 91, 253) |
| HSL | hsl(283, 98%, 68%) |
| CMYK | cmyk(19%, 64%, 0%, 1%) |
| LAB | lab(59.6 69.2 -61.3) |
| LCH | lch(59.6 92.5 318.5) |
| OKLCH | oklch(0.682 0.242 314.6) |
Copy-ready code
/* CSS */
color: #ce5bfd;
background-color: #ce5bfd;
/* Tailwind (arbitrary) */
class="text-[#ce5bfd] bg-[#ce5bfd]"
/* SCSS */
$brand: #ce5bfd;
/* SwiftUI */
Color(red: 0.808, green: 0.357, blue: 0.992)
/* Android */
Color.parseColor("#ce5bfd")Accessibility — WCAG contrast
Aa
#ce5bfd on white: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5bfd on black: 6.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green35.7%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta64.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ce5bfd text on a black background
contrast 6.54:1
Card sample
#ce5bfd text on a white background
contrast 3.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5bfd;
Background color
Panel with #ce5bfd background
background-color: #ce5bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 91, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 91, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5bfd; background: linear-gradient(135deg, #ce5bfd, #FD5BC0);