#ec7aef
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 122, 239
HSL
299°, 79%, 71%
CMYK
1, 49, 0, 6
Luminance
0.3798
Every format
| HEX | #ec7aef |
| RGB | rgb(236, 122, 239) |
| HSL | hsl(299, 79%, 71%) |
| CMYK | cmyk(1%, 49%, 0%, 6%) |
| LAB | lab(68.0 59.9 -40.0) |
| LCH | lch(68.0 72.0 326.2) |
| OKLCH | oklch(0.749 0.199 326.4) |
Copy-ready code
/* CSS */
color: #ec7aef;
background-color: #ec7aef;
/* Tailwind (arbitrary) */
class="text-[#ec7aef] bg-[#ec7aef]"
/* SCSS */
$brand: #ec7aef;
/* SwiftUI */
Color(red: 0.925, green: 0.478, blue: 0.937)
/* Android */
Color.parseColor("#ec7aef")Accessibility — WCAG contrast
Aa
#ec7aef on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7aef on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green47.8%
Blue93.7%
CMYK percentages
Cyan1.3%
Magenta49.0%
Yellow0.0%
Key (black)6.3%
Color previews
#ec7aef text on a black background
contrast 8.60:1
Card sample
#ec7aef text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7aef;
Background color
Panel with #ec7aef background
background-color: #ec7aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 122, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 122, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7aef; background: linear-gradient(135deg, #ec7aef, #EF7AA4);