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