#eb7dbf
a light, vivid magenta / pink · warm · closest name: orchid
RGB
235, 125, 191
HSL
324°, 73%, 71%
CMYK
0, 47, 19, 8
Luminance
0.3609
Every format
| HEX | #eb7dbf |
| RGB | rgb(235, 125, 191) |
| HSL | hsl(324, 73%, 71%) |
| CMYK | cmyk(0%, 47%, 19%, 8%) |
| LAB | lab(66.6 50.3 -15.5) |
| LCH | lch(66.6 52.6 342.9) |
| OKLCH | oklch(0.732 0.155 344.7) |
Copy-ready code
/* CSS */
color: #eb7dbf;
background-color: #eb7dbf;
/* Tailwind (arbitrary) */
class="text-[#eb7dbf] bg-[#eb7dbf]"
/* SCSS */
$brand: #eb7dbf;
/* SwiftUI */
Color(red: 0.922, green: 0.490, blue: 0.749)
/* Android */
Color.parseColor("#eb7dbf")Accessibility — WCAG contrast
Aa
#eb7dbf on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7dbf on black: 8.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green49.0%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta46.8%
Yellow18.7%
Key (black)7.8%
Color previews
#eb7dbf text on a black background
contrast 8.22:1
Card sample
#eb7dbf text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7dbf;
Background color
Panel with #eb7dbf background
background-color: #eb7dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 125, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 125, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7dbf; background: linear-gradient(135deg, #eb7dbf, #EB847D);