#ce2eff
a balanced, electric violet · warm · closest name: magenta
RGB
206, 46, 255
HSL
286°, 100%, 59%
CMYK
19, 82, 0, 0
Luminance
0.2230
Every format
| HEX | #ce2eff |
| RGB | rgb(206, 46, 255) |
| HSL | hsl(286, 100%, 59%) |
| CMYK | cmyk(19%, 82%, 0%, 0%) |
| LAB | lab(54.3 85.0 -70.9) |
| LCH | lch(54.3 110.7 320.2) |
| OKLCH | oklch(0.645 0.289 316.2) |
Copy-ready code
/* CSS */
color: #ce2eff;
background-color: #ce2eff;
/* Tailwind (arbitrary) */
class="text-[#ce2eff] bg-[#ce2eff]"
/* SCSS */
$brand: #ce2eff;
/* SwiftUI */
Color(red: 0.808, green: 0.180, blue: 1.000)
/* Android */
Color.parseColor("#ce2eff")Accessibility — WCAG contrast
Aa
#ce2eff on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2eff on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.0%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta82.0%
Yellow0.0%
Key (black)0.0%
Color previews
#ce2eff text on a black background
contrast 5.46:1
Card sample
#ce2eff text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2eff;
Background color
Panel with #ce2eff background
background-color: #ce2eff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2eff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 46, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 46, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2eff; background: linear-gradient(135deg, #ce2eff, #FF2EA5);