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