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