#ec8eee
a light, vivid magenta / pink · warm · closest name: violet
RGB
236, 142, 238
HSL
299°, 74%, 75%
CMYK
1, 40, 0, 7
Luminance
0.4335
Every format
| HEX | #ec8eee |
| RGB | rgb(236, 142, 238) |
| HSL | hsl(299, 74%, 75%) |
| CMYK | cmyk(1%, 40%, 0%, 7%) |
| LAB | lab(71.8 49.8 -33.6) |
| LCH | lch(71.8 60.0 326.0) |
| OKLCH | oklch(0.777 0.165 326.3) |
Copy-ready code
/* CSS */
color: #ec8eee;
background-color: #ec8eee;
/* Tailwind (arbitrary) */
class="text-[#ec8eee] bg-[#ec8eee]"
/* SCSS */
$brand: #ec8eee;
/* SwiftUI */
Color(red: 0.925, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#ec8eee")Accessibility — WCAG contrast
Aa
#ec8eee on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec8eee on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green55.7%
Blue93.3%
CMYK percentages
Cyan0.8%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#ec8eee text on a black background
contrast 9.67:1
Card sample
#ec8eee text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec8eee;
Background color
Panel with #ec8eee background
background-color: #ec8eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec8eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec8eee; background: linear-gradient(135deg, #ec8eee, #EE8EB0);