#ce05fd
a balanced, electric violet · warm · closest name: magenta
RGB
206, 5, 253
HSL
289°, 98%, 51%
CMYK
19, 98, 0, 1
Luminance
0.2032
Every format
| HEX | #ce05fd |
| RGB | rgb(206, 5, 253) |
| HSL | hsl(289, 98%, 51%) |
| CMYK | cmyk(19%, 98%, 0%, 1%) |
| LAB | lab(52.2 90.6 -73.2) |
| LCH | lch(52.2 116.5 321.0) |
| OKLCH | oklch(0.630 0.305 317.3) |
Copy-ready code
/* CSS */
color: #ce05fd;
background-color: #ce05fd;
/* Tailwind (arbitrary) */
class="text-[#ce05fd] bg-[#ce05fd]"
/* SCSS */
$brand: #ce05fd;
/* SwiftUI */
Color(red: 0.808, green: 0.020, blue: 0.992)
/* Android */
Color.parseColor("#ce05fd")Accessibility — WCAG contrast
Aa
#ce05fd on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce05fd on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green2.0%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta98.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ce05fd text on a black background
contrast 5.06:1
Card sample
#ce05fd text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce05fd;
Background color
Panel with #ce05fd background
background-color: #ce05fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce05fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 5, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 5, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce05fd; background: linear-gradient(135deg, #ce05fd, #FD0587);