#ce30fd
a balanced, electric violet · warm · closest name: magenta
RGB
206, 48, 253
HSL
286°, 98%, 59%
CMYK
19, 81, 0, 1
Luminance
0.2233
Every format
| HEX | #ce30fd |
| RGB | rgb(206, 48, 253) |
| HSL | hsl(286, 98%, 59%) |
| CMYK | cmyk(19%, 81%, 0%, 1%) |
| LAB | lab(54.4 84.1 -69.7) |
| LCH | lch(54.4 109.3 320.4) |
| OKLCH | oklch(0.645 0.286 316.6) |
Copy-ready code
/* CSS */
color: #ce30fd;
background-color: #ce30fd;
/* Tailwind (arbitrary) */
class="text-[#ce30fd] bg-[#ce30fd]"
/* SCSS */
$brand: #ce30fd;
/* SwiftUI */
Color(red: 0.808, green: 0.188, blue: 0.992)
/* Android */
Color.parseColor("#ce30fd")Accessibility — WCAG contrast
Aa
#ce30fd on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce30fd on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.8%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta81.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ce30fd text on a black background
contrast 5.47:1
Card sample
#ce30fd text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce30fd;
Background color
Panel with #ce30fd background
background-color: #ce30fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce30fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 48, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 48, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce30fd; background: linear-gradient(135deg, #ce30fd, #FD30A3);