#ec3cef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 60, 239
HSL
299°, 85%, 59%
CMYK
1, 75, 0, 6
Luminance
0.2730
Every format
| HEX | #ec3cef |
| RGB | rgb(236, 60, 239) |
| HSL | hsl(299, 85%, 59%) |
| CMYK | cmyk(1%, 75%, 0%, 6%) |
| LAB | lab(59.3 84.0 -53.8) |
| LCH | lch(59.3 99.8 327.4) |
| OKLCH | oklch(0.685 0.277 327.3) |
Copy-ready code
/* CSS */
color: #ec3cef;
background-color: #ec3cef;
/* Tailwind (arbitrary) */
class="text-[#ec3cef] bg-[#ec3cef]"
/* SCSS */
$brand: #ec3cef;
/* SwiftUI */
Color(red: 0.925, green: 0.235, blue: 0.937)
/* Android */
Color.parseColor("#ec3cef")Accessibility — WCAG contrast
Aa
#ec3cef on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3cef on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.5%
Blue93.7%
CMYK percentages
Cyan1.3%
Magenta74.9%
Yellow0.0%
Key (black)6.3%
Color previews
#ec3cef text on a black background
contrast 6.46:1
Card sample
#ec3cef text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3cef;
Background color
Panel with #ec3cef background
background-color: #ec3cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 60, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 60, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3cef; background: linear-gradient(135deg, #ec3cef, #EF3C7B);