#eb7def
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 125, 239
HSL
298°, 78%, 71%
CMYK
2, 48, 0, 6
Luminance
0.3856
Every format
| HEX | #eb7def |
| RGB | rgb(235, 125, 239) |
| HSL | hsl(298, 78%, 71%) |
| CMYK | cmyk(2%, 48%, 0%, 6%) |
| LAB | lab(68.4 58.1 -39.4) |
| LCH | lch(68.4 70.2 325.9) |
| OKLCH | oklch(0.752 0.193 326.0) |
Copy-ready code
/* CSS */
color: #eb7def;
background-color: #eb7def;
/* Tailwind (arbitrary) */
class="text-[#eb7def] bg-[#eb7def]"
/* SCSS */
$brand: #eb7def;
/* SwiftUI */
Color(red: 0.922, green: 0.490, blue: 0.937)
/* Android */
Color.parseColor("#eb7def")Accessibility — WCAG contrast
Aa
#eb7def on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7def on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.0%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta47.7%
Yellow0.0%
Key (black)6.3%
Color previews
#eb7def text on a black background
contrast 8.71:1
Card sample
#eb7def text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7def;
Background color
Panel with #eb7def background
background-color: #eb7def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 125, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 125, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7def; background: linear-gradient(135deg, #eb7def, #EF7DA7);