#ce2fea
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 47, 234
HSL
291°, 82%, 55%
CMYK
12, 80, 0, 8
Luminance
0.2110
Every format
| HEX | #ce2fea |
| RGB | rgb(206, 47, 234) |
| HSL | hsl(291, 82%, 55%) |
| CMYK | cmyk(12%, 80%, 0%, 8%) |
| LAB | lab(53.1 81.1 -61.2) |
| LCH | lch(53.1 101.6 323.0) |
| OKLCH | oklch(0.631 0.272 320.9) |
Copy-ready code
/* CSS */
color: #ce2fea;
background-color: #ce2fea;
/* Tailwind (arbitrary) */
class="text-[#ce2fea] bg-[#ce2fea]"
/* SCSS */
$brand: #ce2fea;
/* SwiftUI */
Color(red: 0.808, green: 0.184, blue: 0.918)
/* Android */
Color.parseColor("#ce2fea")Accessibility — WCAG contrast
Aa
#ce2fea on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2fea on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.4%
Blue91.8%
CMYK percentages
Cyan12.0%
Magenta79.9%
Yellow0.0%
Key (black)8.2%
Color previews
#ce2fea text on a black background
contrast 5.22:1
Card sample
#ce2fea text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2fea;
Background color
Panel with #ce2fea background
background-color: #ce2fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 47, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 47, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2fea; background: linear-gradient(135deg, #ce2fea, #EA2F89);