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