#ec3eee
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 62, 238
HSL
299°, 84%, 59%
CMYK
1, 74, 0, 7
Luminance
0.2745
Every format
| HEX | #ec3eee |
| RGB | rgb(236, 62, 238) |
| HSL | hsl(299, 84%, 59%) |
| CMYK | cmyk(1%, 74%, 0%, 7%) |
| LAB | lab(59.4 83.3 -53.0) |
| LCH | lch(59.4 98.8 327.5) |
| OKLCH | oklch(0.686 0.274 327.6) |
Copy-ready code
/* CSS */
color: #ec3eee;
background-color: #ec3eee;
/* Tailwind (arbitrary) */
class="text-[#ec3eee] bg-[#ec3eee]"
/* SCSS */
$brand: #ec3eee;
/* SwiftUI */
Color(red: 0.925, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#ec3eee")Accessibility — WCAG contrast
Aa
#ec3eee on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3eee on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green24.3%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#ec3eee text on a black background
contrast 6.49:1
Card sample
#ec3eee text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3eee;
Background color
Panel with #ec3eee background
background-color: #ec3eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3eee; background: linear-gradient(135deg, #ec3eee, #EE3E7B);