#ce2eed
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
206, 46, 237
HSL
290°, 84%, 56%
CMYK
13, 81, 0, 7
Luminance
0.2119
Every format
| HEX | #ce2eed |
| RGB | rgb(206, 46, 237) |
| HSL | hsl(290, 84%, 56%) |
| CMYK | cmyk(13%, 81%, 0%, 7%) |
| LAB | lab(53.2 81.9 -62.7) |
| LCH | lch(53.2 103.1 322.5) |
| OKLCH | oklch(0.633 0.275 320.2) |
Copy-ready code
/* CSS */
color: #ce2eed;
background-color: #ce2eed;
/* Tailwind (arbitrary) */
class="text-[#ce2eed] bg-[#ce2eed]"
/* SCSS */
$brand: #ce2eed;
/* SwiftUI */
Color(red: 0.808, green: 0.180, blue: 0.929)
/* Android */
Color.parseColor("#ce2eed")Accessibility — WCAG contrast
Aa
#ce2eed on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce2eed on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green18.0%
Blue92.9%
CMYK percentages
Cyan13.1%
Magenta80.6%
Yellow0.0%
Key (black)7.1%
Color previews
#ce2eed text on a black background
contrast 5.24:1
Card sample
#ce2eed text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce2eed;
Background color
Panel with #ce2eed background
background-color: #ce2eed;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce2eed;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 46, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 46, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce2eed; background: linear-gradient(135deg, #ce2eed, #ED2E8D);