#ec8cef
a light, electric magenta / pink · warm · closest name: violet
RGB
236, 140, 239
HSL
298°, 76%, 74%
CMYK
1, 41, 0, 6
Luminance
0.4282
Every format
| HEX | #ec8cef |
| RGB | rgb(236, 140, 239) |
| HSL | hsl(298, 76%, 74%) |
| CMYK | cmyk(1%, 41%, 0%, 6%) |
| LAB | lab(71.4 51.0 -34.7) |
| LCH | lch(71.4 61.6 325.8) |
| OKLCH | oklch(0.774 0.170 326.0) |
Copy-ready code
/* CSS */
color: #ec8cef;
background-color: #ec8cef;
/* Tailwind (arbitrary) */
class="text-[#ec8cef] bg-[#ec8cef]"
/* SCSS */
$brand: #ec8cef;
/* SwiftUI */
Color(red: 0.925, green: 0.549, blue: 0.937)
/* Android */
Color.parseColor("#ec8cef")Accessibility — WCAG contrast
Aa
#ec8cef on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8cef on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green54.9%
Blue93.7%
CMYK percentages
Cyan1.3%
Magenta41.4%
Yellow0.0%
Key (black)6.3%
Color previews
#ec8cef text on a black background
contrast 9.56:1
Card sample
#ec8cef text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8cef;
Background color
Panel with #ec8cef background
background-color: #ec8cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 140, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 140, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8cef; background: linear-gradient(135deg, #ec8cef, #EF8CB0);