#eb5fe7
a balanced, electric magenta / pink · warm · closest name: violet
RGB
235, 95, 231
HSL
302°, 78%, 65%
CMYK
0, 60, 2, 8
Luminance
0.3162
Every format
| HEX | #eb5fe7 |
| RGB | rgb(235, 95, 231) |
| HSL | hsl(302, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 2%, 8%) |
| LAB | lab(63.0 70.3 -43.4) |
| LCH | lch(63.0 82.6 328.3) |
| OKLCH | oklch(0.711 0.231 328.8) |
Copy-ready code
/* CSS */
color: #eb5fe7;
background-color: #eb5fe7;
/* Tailwind (arbitrary) */
class="text-[#eb5fe7] bg-[#eb5fe7]"
/* SCSS */
$brand: #eb5fe7;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.906)
/* Android */
Color.parseColor("#eb5fe7")Accessibility — WCAG contrast
Aa
#eb5fe7 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5fe7 on black: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow1.7%
Key (black)7.8%
Color previews
#eb5fe7 text on a black background
contrast 7.32:1
Card sample
#eb5fe7 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5fe7;
Background color
Panel with #eb5fe7 background
background-color: #eb5fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5fe7; background: linear-gradient(135deg, #eb5fe7, #EB5F8A);