#ce2ce5
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 44, 229
HSL
293°, 78%, 54%
CMYK
10, 81, 0, 10
Luminance
0.2058
Every format
| HEX | #ce2ce5 |
| RGB | rgb(206, 44, 229) |
| HSL | hsl(293, 78%, 54%) |
| CMYK | cmyk(10%, 81%, 0%, 10%) |
| LAB | lab(52.5 81.0 -59.3) |
| LCH | lch(52.5 100.4 323.8) |
| OKLCH | oklch(0.626 0.271 322.2) |
Copy-ready code
/* CSS */
color: #ce2ce5;
background-color: #ce2ce5;
/* Tailwind (arbitrary) */
class="text-[#ce2ce5] bg-[#ce2ce5]"
/* SCSS */
$brand: #ce2ce5;
/* SwiftUI */
Color(red: 0.808, green: 0.173, blue: 0.898)
/* Android */
Color.parseColor("#ce2ce5")Accessibility — WCAG contrast
Aa
#ce2ce5 on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2ce5 on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green17.3%
Blue89.8%
CMYK percentages
Cyan10.0%
Magenta80.8%
Yellow0.0%
Key (black)10.2%
Color previews
#ce2ce5 text on a black background
contrast 5.12:1
Card sample
#ce2ce5 text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2ce5;
Background color
Panel with #ce2ce5 background
background-color: #ce2ce5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2ce5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 44, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 44, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2ce5; background: linear-gradient(135deg, #ce2ce5, #E52C81);