#ec7eef
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 126, 239
HSL
298°, 78%, 72%
CMYK
1, 47, 0, 6
Luminance
0.3899
Every format
| HEX | #ec7eef |
| RGB | rgb(236, 126, 239) |
| HSL | hsl(298, 78%, 72%) |
| CMYK | cmyk(1%, 47%, 0%, 6%) |
| LAB | lab(68.7 57.9 -38.9) |
| LCH | lch(68.7 69.8 326.1) |
| OKLCH | oklch(0.754 0.192 326.3) |
Copy-ready code
/* CSS */
color: #ec7eef;
background-color: #ec7eef;
/* Tailwind (arbitrary) */
class="text-[#ec7eef] bg-[#ec7eef]"
/* SCSS */
$brand: #ec7eef;
/* SwiftUI */
Color(red: 0.925, green: 0.494, blue: 0.937)
/* Android */
Color.parseColor("#ec7eef")Accessibility — WCAG contrast
Aa
#ec7eef on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec7eef on black: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green49.4%
Blue93.7%
CMYK percentages
Cyan1.3%
Magenta47.3%
Yellow0.0%
Key (black)6.3%
Color previews
#ec7eef text on a black background
contrast 8.80:1
Card sample
#ec7eef text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec7eef;
Background color
Panel with #ec7eef background
background-color: #ec7eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec7eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 126, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 126, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec7eef; background: linear-gradient(135deg, #ec7eef, #EF7EA7);