#ec5eee
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 94, 238
HSL
299°, 81%, 65%
CMYK
1, 61, 0, 7
Luminance
0.3201
Every format
| HEX | #ec5eee |
| RGB | rgb(236, 94, 238) |
| HSL | hsl(299, 81%, 65%) |
| CMYK | cmyk(1%, 61%, 0%, 7%) |
| LAB | lab(63.4 72.1 -46.8) |
| LCH | lch(63.4 86.0 327.0) |
| OKLCH | oklch(0.715 0.238 327.2) |
Copy-ready code
/* CSS */
color: #ec5eee;
background-color: #ec5eee;
/* Tailwind (arbitrary) */
class="text-[#ec5eee] bg-[#ec5eee]"
/* SCSS */
$brand: #ec5eee;
/* SwiftUI */
Color(red: 0.925, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#ec5eee")Accessibility — WCAG contrast
Aa
#ec5eee on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5eee on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.9%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ec5eee text on a black background
contrast 7.40:1
Card sample
#ec5eee text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5eee;
Background color
Panel with #ec5eee background
background-color: #ec5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5eee; background: linear-gradient(135deg, #ec5eee, #EE5E90);