#ec7cef
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 124, 239
HSL
298°, 78%, 71%
CMYK
1, 48, 0, 6
Luminance
0.3848
Every format
| HEX | #ec7cef |
| RGB | rgb(236, 124, 239) |
| HSL | hsl(298, 78%, 71%) |
| CMYK | cmyk(1%, 48%, 0%, 6%) |
| LAB | lab(68.4 58.9 -39.4) |
| LCH | lch(68.4 70.9 326.2) |
| OKLCH | oklch(0.752 0.195 326.3) |
Copy-ready code
/* CSS */
color: #ec7cef;
background-color: #ec7cef;
/* Tailwind (arbitrary) */
class="text-[#ec7cef] bg-[#ec7cef]"
/* SCSS */
$brand: #ec7cef;
/* SwiftUI */
Color(red: 0.925, green: 0.486, blue: 0.937)
/* Android */
Color.parseColor("#ec7cef")Accessibility — WCAG contrast
Aa
#ec7cef on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7cef on black: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green48.6%
Blue93.7%
CMYK percentages
Cyan1.3%
Magenta48.1%
Yellow0.0%
Key (black)6.3%
Color previews
#ec7cef text on a black background
contrast 8.70:1
Card sample
#ec7cef text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7cef;
Background color
Panel with #ec7cef background
background-color: #ec7cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 124, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 124, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7cef; background: linear-gradient(135deg, #ec7cef, #EF7CA5);