#eb5fdf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 95, 223
HSL
305°, 78%, 65%
CMYK
0, 60, 5, 8
Luminance
0.3117
Every format
| HEX | #eb5fdf |
| RGB | rgb(235, 95, 223) |
| HSL | hsl(305, 78%, 65%) |
| CMYK | cmyk(0%, 60%, 5%, 8%) |
| LAB | lab(62.7 69.0 -39.5) |
| LCH | lch(62.7 79.5 330.2) |
| OKLCH | oklch(0.707 0.224 331.1) |
Copy-ready code
/* CSS */
color: #eb5fdf;
background-color: #eb5fdf;
/* Tailwind (arbitrary) */
class="text-[#eb5fdf] bg-[#eb5fdf]"
/* SCSS */
$brand: #eb5fdf;
/* SwiftUI */
Color(red: 0.922, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#eb5fdf")Accessibility — WCAG contrast
Aa
#eb5fdf on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb5fdf on black: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.6%
Yellow5.1%
Key (black)7.8%
Color previews
#eb5fdf text on a black background
contrast 7.23:1
Card sample
#eb5fdf text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5fdf;
Background color
Panel with #eb5fdf background
background-color: #eb5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5fdf; background: linear-gradient(135deg, #eb5fdf, #EB5F82);