#ce2ce3
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 44, 227
HSL
293°, 77%, 53%
CMYK
9, 81, 0, 11
Luminance
0.2047
Every format
| HEX | #ce2ce3 |
| RGB | rgb(206, 44, 227) |
| HSL | hsl(293, 77%, 53%) |
| CMYK | cmyk(9%, 81%, 0%, 11%) |
| LAB | lab(52.4 80.7 -58.4) |
| LCH | lch(52.4 99.6 324.1) |
| OKLCH | oklch(0.625 0.270 322.7) |
Copy-ready code
/* CSS */
color: #ce2ce3;
background-color: #ce2ce3;
/* Tailwind (arbitrary) */
class="text-[#ce2ce3] bg-[#ce2ce3]"
/* SCSS */
$brand: #ce2ce3;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.890)
/* Android */
Color.parseColor("#ce2ce3")Accessibility — WCAG contrast
Aa
#ce2ce3 on white: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2ce3 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.3%
Blue89.0%
CMYK percentages
Cyan9.3%
Magenta80.6%
Yellow0.0%
Key (black)11.0%
Color previews
#ce2ce3 text on a black background
contrast 5.09:1
Card sample
#ce2ce3 text on a white background
contrast 4.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2ce3;
Background color
Panel with #ce2ce3 background
background-color: #ce2ce3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2ce3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 44, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2ce3; background: linear-gradient(135deg, #ce2ce3, #E32C7E);