#ce3dfd
a balanced, electric violet · warm · closest name: magenta
RGB
206, 61, 253
HSL
285°, 98%, 62%
CMYK
19, 76, 0, 1
Luminance
0.2355
Every format
| HEX | #ce3dfd |
| RGB | rgb(206, 61, 253) |
| HSL | hsl(285, 98%, 62%) |
| CMYK | cmyk(19%, 76%, 0%, 1%) |
| LAB | lab(55.6 80.5 -67.7) |
| LCH | lch(55.6 105.1 319.9) |
| OKLCH | oklch(0.653 0.275 316.1) |
Copy-ready code
/* CSS */
color: #ce3dfd;
background-color: #ce3dfd;
/* Tailwind (arbitrary) */
class="text-[#ce3dfd] bg-[#ce3dfd]"
/* SCSS */
$brand: #ce3dfd;
/* SwiftUI */
Color(red: 0.808, green: 0.239, blue: 0.992)
/* Android */
Color.parseColor("#ce3dfd")Accessibility — WCAG contrast
Aa
#ce3dfd on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce3dfd on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green23.9%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta75.9%
Yellow0.0%
Key (black)0.8%
Color previews
#ce3dfd text on a black background
contrast 5.71:1
Card sample
#ce3dfd text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce3dfd;
Background color
Panel with #ce3dfd background
background-color: #ce3dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce3dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 61, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 61, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce3dfd; background: linear-gradient(135deg, #ce3dfd, #FD3DAC);