#ce2cfc
a balanced, electric violet · warm · closest name: magenta
RGB
206, 44, 252
HSL
287°, 97%, 58%
CMYK
18, 83, 0, 1
Luminance
0.2195
Every format
| HEX | #ce2cfc |
| RGB | rgb(206, 44, 252) |
| HSL | hsl(287, 97%, 58%) |
| CMYK | cmyk(18%, 83%, 0%, 1%) |
| LAB | lab(54.0 84.9 -69.8) |
| LCH | lch(54.0 109.9 320.6) |
| OKLCH | oklch(0.642 0.288 316.9) |
Copy-ready code
/* CSS */
color: #ce2cfc;
background-color: #ce2cfc;
/* Tailwind (arbitrary) */
class="text-[#ce2cfc] bg-[#ce2cfc]"
/* SCSS */
$brand: #ce2cfc;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.988)
/* Android */
Color.parseColor("#ce2cfc")Accessibility — WCAG contrast
Aa
#ce2cfc on white: 3.90:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2cfc on black: 5.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.3%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta82.5%
Yellow0.0%
Key (black)1.2%
Color previews
#ce2cfc text on a black background
contrast 5.39:1
Card sample
#ce2cfc text on a white background
contrast 3.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2cfc;
Background color
Panel with #ce2cfc background
background-color: #ce2cfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2cfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 44, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2cfc; background: linear-gradient(135deg, #ce2cfc, #FC2C9F);