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