#eb5ded
a balanced, electric magenta / pink · warm · closest name: violet
RGB
235, 93, 237
HSL
299°, 80%, 65%
CMYK
1, 61, 0, 7
Luminance
0.3161
Every format
| HEX | #eb5ded |
| RGB | rgb(235, 93, 237) |
| HSL | hsl(299, 80%, 65%) |
| CMYK | cmyk(1%, 61%, 0%, 7%) |
| LAB | lab(63.0 72.1 -46.8) |
| LCH | lch(63.0 86.0 327.1) |
| OKLCH | oklch(0.712 0.238 327.2) |
Copy-ready code
/* CSS */
color: #eb5ded;
background-color: #eb5ded;
/* Tailwind (arbitrary) */
class="text-[#eb5ded] bg-[#eb5ded]"
/* SCSS */
$brand: #eb5ded;
/* SwiftUI */
Color(red: 0.922, green: 0.365, blue: 0.929)
/* Android */
Color.parseColor("#eb5ded")Accessibility — WCAG contrast
Aa
#eb5ded on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5ded on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.5%
Blue92.9%
CMYK percentages
Cyan0.8%
Magenta60.8%
Yellow0.0%
Key (black)7.1%
Color previews
#eb5ded text on a black background
contrast 7.32:1
Card sample
#eb5ded text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5ded;
Background color
Panel with #eb5ded background
background-color: #eb5ded;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5ded;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 93, 237, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 93, 237, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5ded; background: linear-gradient(135deg, #eb5ded, #ED5D8F);