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