#eb72be
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 114, 190
HSL
322°, 75%, 68%
CMYK
0, 52, 19, 8
Luminance
0.3341
Every format
| HEX | #eb72be |
| RGB | rgb(235, 114, 190) |
| HSL | hsl(322, 75%, 68%) |
| CMYK | cmyk(0%, 52%, 19%, 8%) |
| LAB | lab(64.5 55.5 -18.1) |
| LCH | lch(64.5 58.4 342.0) |
| OKLCH | oklch(0.716 0.172 343.8) |
Copy-ready code
/* CSS */
color: #eb72be;
background-color: #eb72be;
/* Tailwind (arbitrary) */
class="text-[#eb72be] bg-[#eb72be]"
/* SCSS */
$brand: #eb72be;
/* SwiftUI */
Color(red: 0.922, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#eb72be")Accessibility — WCAG contrast
Aa
#eb72be on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb72be on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.7%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta51.5%
Yellow19.1%
Key (black)7.8%
Color previews
#eb72be text on a black background
contrast 7.68:1
Card sample
#eb72be text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb72be;
Background color
Panel with #eb72be background
background-color: #eb72be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb72be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb72be; background: linear-gradient(135deg, #eb72be, #EB7672);