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