#ce2aef
a balanced, electric violet · warm · closest name: magenta
RGB
206, 42, 239
HSL
290°, 86%, 55%
CMYK
14, 82, 0, 6
Luminance
0.2101
Every format
| HEX | #ce2aef |
| RGB | rgb(206, 42, 239) |
| HSL | hsl(290, 86%, 55%) |
| CMYK | cmyk(14%, 82%, 0%, 6%) |
| LAB | lab(53.0 83.2 -64.2) |
| LCH | lch(53.0 105.0 322.3) |
| OKLCH | oklch(0.632 0.280 319.9) |
Copy-ready code
/* CSS */
color: #ce2aef;
background-color: #ce2aef;
/* Tailwind (arbitrary) */
class="text-[#ce2aef] bg-[#ce2aef]"
/* SCSS */
$brand: #ce2aef;
/* SwiftUI */
Color(red: 0.808, green: 0.165, blue: 0.937)
/* Android */
Color.parseColor("#ce2aef")Accessibility — WCAG contrast
Aa
#ce2aef on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2aef on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green16.5%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta82.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ce2aef text on a black background
contrast 5.20:1
Card sample
#ce2aef text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2aef;
Background color
Panel with #ce2aef background
background-color: #ce2aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 42, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 42, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2aef; background: linear-gradient(135deg, #ce2aef, #EF2A8D);