#eb7fef
a light, electric magenta / pink · warm · “violet”
RGB
235, 127, 239
HSL
298°, 78%, 72%
CMYK
2, 47, 0, 6
Luminance
0.3907
Every format
| HEX | #eb7fef |
| RGB | rgb(235, 127, 239) |
| HSL | hsl(298, 78%, 72%) |
| CMYK | cmyk(2%, 47%, 0%, 6%) |
| LAB | lab(68.8 57.2 -38.8) |
| LCH | lch(68.8 69.1 325.9) |
| OKLCH | oklch(0.755 0.190 325.9) |
Copy-ready code
/* CSS */
color: #eb7fef;
background-color: #eb7fef;
/* Tailwind (arbitrary) */
class="text-[#eb7fef] bg-[#eb7fef]"
/* SCSS */
$brand: #eb7fef;
/* SwiftUI */
Color(red: 0.922, green: 0.498, blue: 0.937)
/* Android */
Color.parseColor("#eb7fef")Accessibility — WCAG contrast
Aa
#eb7fef on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7fef on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.8%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta46.9%
Yellow0.0%
Key (black)6.3%
Color previews
#eb7fef text on a black background
contrast 8.81:1
Card sample
#eb7fef text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7fef;
Background color
Panel with #eb7fef background
background-color: #eb7fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 127, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 127, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7fef; background: linear-gradient(135deg, #eb7fef, #EF7FA8);