#ce0cfd
a balanced, electric violet · warm · closest name: magenta
RGB
206, 12, 253
HSL
288°, 98%, 52%
CMYK
19, 95, 0, 1
Luminance
0.2048
Every format
| HEX | #ce0cfd |
| RGB | rgb(206, 12, 253) |
| HSL | hsl(288, 98%, 52%) |
| CMYK | cmyk(19%, 95%, 0%, 1%) |
| LAB | lab(52.4 90.0 -72.9) |
| LCH | lch(52.4 115.9 321.0) |
| OKLCH | oklch(0.631 0.303 317.2) |
Copy-ready code
/* CSS */
color: #ce0cfd;
background-color: #ce0cfd;
/* Tailwind (arbitrary) */
class="text-[#ce0cfd] bg-[#ce0cfd]"
/* SCSS */
$brand: #ce0cfd;
/* SwiftUI */
Color(red: 0.808, green: 0.047, blue: 0.992)
/* Android */
Color.parseColor("#ce0cfd")Accessibility — WCAG contrast
Aa
#ce0cfd on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce0cfd on black: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green4.7%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta95.3%
Yellow0.0%
Key (black)0.8%
Color previews
#ce0cfd text on a black background
contrast 5.10:1
Card sample
#ce0cfd text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce0cfd;
Background color
Panel with #ce0cfd background
background-color: #ce0cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce0cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 12, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 12, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce0cfd; background: linear-gradient(135deg, #ce0cfd, #FD0C8B);