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