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