#ce50fd
a light, electric violet · warm · closest name: magenta
RGB
206, 80, 253
HSL
284°, 98%, 65%
CMYK
19, 68, 0, 1
Luminance
0.2595
Every format
| HEX | #ce50fd |
| RGB | rgb(206, 80, 253) |
| HSL | hsl(284, 98%, 65%) |
| CMYK | cmyk(19%, 68%, 0%, 1%) |
| LAB | lab(58.0 73.8 -63.9) |
| LCH | lch(58.0 97.6 319.1) |
| OKLCH | oklch(0.670 0.255 315.3) |
Copy-ready code
/* CSS */
color: #ce50fd;
background-color: #ce50fd;
/* Tailwind (arbitrary) */
class="text-[#ce50fd] bg-[#ce50fd]"
/* SCSS */
$brand: #ce50fd;
/* SwiftUI */
Color(red: 0.808, green: 0.314, blue: 0.992)
/* Android */
Color.parseColor("#ce50fd")Accessibility — WCAG contrast
Aa
#ce50fd on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce50fd on black: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green31.4%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta68.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ce50fd text on a black background
contrast 6.19:1
Card sample
#ce50fd text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce50fd;
Background color
Panel with #ce50fd background
background-color: #ce50fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce50fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 80, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 80, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce50fd; background: linear-gradient(135deg, #ce50fd, #FD50B9);