#eb5eef
a light, electric magenta / pink · warm · closest name: violet
RGB
235, 94, 239
HSL
298°, 82%, 65%
CMYK
2, 61, 0, 6
Luminance
0.3190
Every format
| HEX | #eb5eef |
| RGB | rgb(235, 94, 239) |
| HSL | hsl(298, 82%, 65%) |
| CMYK | cmyk(2%, 61%, 0%, 6%) |
| LAB | lab(63.3 72.1 -47.5) |
| LCH | lch(63.3 86.3 326.6) |
| OKLCH | oklch(0.714 0.238 326.6) |
Copy-ready code
/* CSS */
color: #eb5eef;
background-color: #eb5eef;
/* Tailwind (arbitrary) */
class="text-[#eb5eef] bg-[#eb5eef]"
/* SCSS */
$brand: #eb5eef;
/* SwiftUI */
Color(red: 0.922, green: 0.369, blue: 0.937)
/* Android */
Color.parseColor("#eb5eef")Accessibility — WCAG contrast
Aa
#eb5eef on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5eef on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.9%
Blue93.7%
CMYK percentages
Cyan1.7%
Magenta60.7%
Yellow0.0%
Key (black)6.3%
Color previews
#eb5eef text on a black background
contrast 7.38:1
Card sample
#eb5eef text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5eef;
Background color
Panel with #eb5eef background
background-color: #eb5eef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5eef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 94, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 94, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5eef; background: linear-gradient(135deg, #eb5eef, #EF5E92);