#ce2cec
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 44, 236
HSL
291°, 84%, 55%
CMYK
13, 81, 0, 8
Luminance
0.2098
Every format
| HEX | #ce2cec |
| RGB | rgb(206, 44, 236) |
| HSL | hsl(291, 84%, 55%) |
| CMYK | cmyk(13%, 81%, 0%, 8%) |
| LAB | lab(52.9 82.2 -62.5) |
| LCH | lch(52.9 103.3 322.7) |
| OKLCH | oklch(0.631 0.276 320.5) |
Copy-ready code
/* CSS */
color: #ce2cec;
background-color: #ce2cec;
/* Tailwind (arbitrary) */
class="text-[#ce2cec] bg-[#ce2cec]"
/* SCSS */
$brand: #ce2cec;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.925)
/* Android */
Color.parseColor("#ce2cec")Accessibility — WCAG contrast
Aa
#ce2cec on white: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2cec on black: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.3%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta81.4%
Yellow0.0%
Key (black)7.5%
Color previews
#ce2cec text on a black background
contrast 5.20:1
Card sample
#ce2cec text on a white background
contrast 4.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2cec;
Background color
Panel with #ce2cec background
background-color: #ce2cec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2cec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 44, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2cec; background: linear-gradient(135deg, #ce2cec, #EC2C8A);