#eb73df
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 115, 223
HSL
306°, 75%, 69%
CMYK
0, 51, 5, 8
Luminance
0.3525
Every format
| HEX | #eb73df |
| RGB | rgb(235, 115, 223) |
| HSL | hsl(306, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 5%, 8%) |
| LAB | lab(66.0 60.2 -34.4) |
| LCH | lch(66.0 69.3 330.3) |
| OKLCH | oklch(0.731 0.195 331.3) |
Copy-ready code
/* CSS */
color: #eb73df;
background-color: #eb73df;
/* Tailwind (arbitrary) */
class="text-[#eb73df] bg-[#eb73df]"
/* SCSS */
$brand: #eb73df;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.875)
/* Android */
Color.parseColor("#eb73df")Accessibility — WCAG contrast
Aa
#eb73df on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb73df on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow5.1%
Key (black)7.8%
Color previews
#eb73df text on a black background
contrast 8.05:1
Card sample
#eb73df text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb73df;
Background color
Panel with #eb73df background
background-color: #eb73df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb73df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb73df; background: linear-gradient(135deg, #eb73df, #EB738F);