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