#ce4bfd
a balanced, electric violet · warm · closest name: magenta
RGB
206, 75, 253
HSL
284°, 98%, 64%
CMYK
19, 70, 0, 1
Luminance
0.2525
Every format
| HEX | #ce4bfd |
| RGB | rgb(206, 75, 253) |
| HSL | hsl(284, 98%, 64%) |
| CMYK | cmyk(19%, 70%, 0%, 1%) |
| LAB | lab(57.3 75.7 -65.0) |
| LCH | lch(57.3 99.7 319.4) |
| OKLCH | oklch(0.665 0.261 315.5) |
Copy-ready code
/* CSS */
color: #ce4bfd;
background-color: #ce4bfd;
/* Tailwind (arbitrary) */
class="text-[#ce4bfd] bg-[#ce4bfd]"
/* SCSS */
$brand: #ce4bfd;
/* SwiftUI */
Color(red: 0.808, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#ce4bfd")Accessibility — WCAG contrast
Aa
#ce4bfd on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4bfd on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.4%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ce4bfd text on a black background
contrast 6.05:1
Card sample
#ce4bfd text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4bfd;
Background color
Panel with #ce4bfd background
background-color: #ce4bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4bfd; background: linear-gradient(135deg, #ce4bfd, #FD4BB5);