#ec2eef
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 46, 239
HSL
299°, 86%, 56%
CMYK
1, 81, 0, 6
Luminance
0.2602
Every format
| HEX | #ec2eef |
| RGB | rgb(236, 46, 239) |
| HSL | hsl(299, 86%, 56%) |
| CMYK | cmyk(1%, 81%, 0%, 6%) |
| LAB | lab(58.1 87.5 -55.7) |
| LCH | lch(58.1 103.7 327.5) |
| OKLCH | oklch(0.677 0.288 327.5) |
Copy-ready code
/* CSS */
color: #ec2eef;
background-color: #ec2eef;
/* Tailwind (arbitrary) */
class="text-[#ec2eef] bg-[#ec2eef]"
/* SCSS */
$brand: #ec2eef;
/* SwiftUI */
Color(red: 0.925, green: 0.180, blue: 0.937)
/* Android */
Color.parseColor("#ec2eef")Accessibility — WCAG contrast
Aa
#ec2eef on white: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2eef on black: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green18.0%
Blue93.7%
CMYK percentages
Cyan1.3%
Magenta80.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ec2eef text on a black background
contrast 6.20:1
Card sample
#ec2eef text on a white background
contrast 3.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2eef;
Background color
Panel with #ec2eef background
background-color: #ec2eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 46, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 46, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2eef; background: linear-gradient(135deg, #ec2eef, #EF2E71);