#eb9ddf
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 157, 223
HSL
309°, 66%, 77%
CMYK
0, 33, 5, 8
Luminance
0.4710
Every format
| HEX | #eb9ddf |
| RGB | rgb(235, 157, 223) |
| HSL | hsl(309, 66%, 77%) |
| CMYK | cmyk(0%, 33%, 5%, 8%) |
| LAB | lab(74.3 39.0 -21.6) |
| LCH | lch(74.3 44.6 331.0) |
| OKLCH | oklch(0.793 0.125 332.3) |
Copy-ready code
/* CSS */
color: #eb9ddf;
background-color: #eb9ddf;
/* Tailwind (arbitrary) */
class="text-[#eb9ddf] bg-[#eb9ddf]"
/* SCSS */
$brand: #eb9ddf;
/* SwiftUI */
Color(red: 0.922, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#eb9ddf")Accessibility — WCAG contrast
Aa
#eb9ddf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9ddf on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green61.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta33.2%
Yellow5.1%
Key (black)7.8%
Color previews
#eb9ddf text on a black background
contrast 10.42:1
Card sample
#eb9ddf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9ddf;
Background color
Panel with #eb9ddf background
background-color: #eb9ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9ddf; background: linear-gradient(135deg, #eb9ddf, #EB9DAB);