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