#ce00fc
a balanced, electric violet · warm · closest name: magenta
RGB
206, 0, 252
HSL
289°, 100%, 49%
CMYK
18, 100, 0, 1
Luminance
0.2015
Every format
| HEX | #ce00fc |
| RGB | rgb(206, 0, 252) |
| HSL | hsl(289, 100%, 49%) |
| CMYK | cmyk(18%, 100%, 0%, 1%) |
| LAB | lab(52.0 90.8 -73.0) |
| LCH | lch(52.0 116.5 321.2) |
| OKLCH | oklch(0.628 0.305 317.5) |
Copy-ready code
/* CSS */
color: #ce00fc;
background-color: #ce00fc;
/* Tailwind (arbitrary) */
class="text-[#ce00fc] bg-[#ce00fc]"
/* SCSS */
$brand: #ce00fc;
/* SwiftUI */
Color(red: 0.808, green: 0.000, blue: 0.988)
/* Android */
Color.parseColor("#ce00fc")Accessibility — WCAG contrast
Aa
#ce00fc on white: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce00fc on black: 5.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green0.0%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta100.0%
Yellow0.0%
Key (black)1.2%
Color previews
#ce00fc text on a black background
contrast 5.03:1
Card sample
#ce00fc text on a white background
contrast 4.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce00fc;
Background color
Panel with #ce00fc background
background-color: #ce00fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce00fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 0, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 0, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce00fc; background: linear-gradient(135deg, #ce00fc, #FC0082);