#eb7cee
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 124, 238
HSL
298°, 77%, 71%
CMYK
1, 48, 0, 7
Luminance
0.3825
Every format
| HEX | #eb7cee |
| RGB | rgb(235, 124, 238) |
| HSL | hsl(298, 77%, 71%) |
| CMYK | cmyk(1%, 48%, 0%, 7%) |
| LAB | lab(68.2 58.4 -39.2) |
| LCH | lch(68.2 70.3 326.2) |
| OKLCH | oklch(0.750 0.194 326.3) |
Copy-ready code
/* CSS */
color: #eb7cee;
background-color: #eb7cee;
/* Tailwind (arbitrary) */
class="text-[#eb7cee] bg-[#eb7cee]"
/* SCSS */
$brand: #eb7cee;
/* SwiftUI */
Color(red: 0.922, green: 0.486, blue: 0.933)
/* Android */
Color.parseColor("#eb7cee")Accessibility — WCAG contrast
Aa
#eb7cee on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7cee on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.6%
Blue93.3%
CMYK percentages
Cyan1.3%
Magenta47.9%
Yellow0.0%
Key (black)6.7%
Color previews
#eb7cee text on a black background
contrast 8.65:1
Card sample
#eb7cee text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7cee;
Background color
Panel with #eb7cee background
background-color: #eb7cee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7cee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 124, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 124, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7cee; background: linear-gradient(135deg, #eb7cee, #EE7CA5);