#eb73ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 115, 206
HSL
315°, 75%, 69%
CMYK
0, 51, 12, 8
Luminance
0.3438
Every format
| HEX | #eb73ce |
| RGB | rgb(235, 115, 206) |
| HSL | hsl(315, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 12%, 8%) |
| LAB | lab(65.3 57.4 -25.9) |
| LCH | lch(65.3 63.0 335.7) |
| OKLCH | oklch(0.724 0.182 337.4) |
Copy-ready code
/* CSS */
color: #eb73ce;
background-color: #eb73ce;
/* Tailwind (arbitrary) */
class="text-[#eb73ce] bg-[#eb73ce]"
/* SCSS */
$brand: #eb73ce;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.808)
/* Android */
Color.parseColor("#eb73ce")Accessibility — WCAG contrast
Aa
#eb73ce on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb73ce on black: 7.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow12.3%
Key (black)7.8%
Color previews
#eb73ce text on a black background
contrast 7.88:1
Card sample
#eb73ce text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb73ce;
Background color
Panel with #eb73ce background
background-color: #eb73ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb73ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb73ce; background: linear-gradient(135deg, #eb73ce, #EB737E);