#ce2fe4
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 47, 228
HSL
293°, 77%, 54%
CMYK
10, 79, 0, 11
Luminance
0.2076
Every format
| HEX | #ce2fe4 |
| RGB | rgb(206, 47, 228) |
| HSL | hsl(293, 77%, 54%) |
| CMYK | cmyk(10%, 79%, 0%, 11%) |
| LAB | lab(52.7 80.1 -58.4) |
| LCH | lch(52.7 99.1 323.9) |
| OKLCH | oklch(0.628 0.268 322.4) |
Copy-ready code
/* CSS */
color: #ce2fe4;
background-color: #ce2fe4;
/* Tailwind (arbitrary) */
class="text-[#ce2fe4] bg-[#ce2fe4]"
/* SCSS */
$brand: #ce2fe4;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.894)
/* Android */
Color.parseColor("#ce2fe4")Accessibility — WCAG contrast
Aa
#ce2fe4 on white: 4.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2fe4 on black: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue89.4%
CMYK percentages
Cyan9.6%
Magenta79.4%
Yellow0.0%
Key (black)10.6%
Color previews
#ce2fe4 text on a black background
contrast 5.15:1
Card sample
#ce2fe4 text on a white background
contrast 4.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2fe4;
Background color
Panel with #ce2fe4 background
background-color: #ce2fe4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2fe4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2fe4; background: linear-gradient(135deg, #ce2fe4, #E42F81);