#ec5cef
a balanced, electric magenta / pink · warm · closest name: violet
RGB
236, 92, 239
HSL
299°, 82%, 65%
CMYK
1, 62, 0, 6
Luminance
0.3172
Every format
| HEX | #ec5cef |
| RGB | rgb(236, 92, 239) |
| HSL | hsl(299, 82%, 65%) |
| CMYK | cmyk(1%, 62%, 0%, 6%) |
| LAB | lab(63.1 73.1 -47.7) |
| LCH | lch(63.1 87.3 326.9) |
| OKLCH | oklch(0.713 0.242 326.9) |
Copy-ready code
/* CSS */
color: #ec5cef;
background-color: #ec5cef;
/* Tailwind (arbitrary) */
class="text-[#ec5cef] bg-[#ec5cef]"
/* SCSS */
$brand: #ec5cef;
/* SwiftUI */
Color(red: 0.925, green: 0.361, blue: 0.937)
/* Android */
Color.parseColor("#ec5cef")Accessibility — WCAG contrast
Aa
#ec5cef on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5cef on black: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.1%
Blue93.7%
CMYK percentages
Cyan1.3%
Magenta61.5%
Yellow0.0%
Key (black)6.3%
Color previews
#ec5cef text on a black background
contrast 7.34:1
Card sample
#ec5cef text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5cef;
Background color
Panel with #ec5cef background
background-color: #ec5cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 92, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 92, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5cef; background: linear-gradient(135deg, #ec5cef, #EF5C90);