#eb9fdc
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 159, 220
HSL
312°, 66%, 77%
CMYK
0, 32, 6, 8
Luminance
0.4763
Every format
| HEX | #eb9fdc |
| RGB | rgb(235, 159, 220) |
| HSL | hsl(312, 66%, 77%) |
| CMYK | cmyk(0%, 32%, 6%, 8%) |
| LAB | lab(74.6 37.4 -19.4) |
| LCH | lch(74.6 42.2 332.5) |
| OKLCH | oklch(0.796 0.119 334.0) |
Copy-ready code
/* CSS */
color: #eb9fdc;
background-color: #eb9fdc;
/* Tailwind (arbitrary) */
class="text-[#eb9fdc] bg-[#eb9fdc]"
/* SCSS */
$brand: #eb9fdc;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.863)
/* Android */
Color.parseColor("#eb9fdc")Accessibility — WCAG contrast
Aa
#eb9fdc on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9fdc on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow6.4%
Key (black)7.8%
Color previews
#eb9fdc text on a black background
contrast 10.53:1
Card sample
#eb9fdc text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9fdc;
Background color
Panel with #eb9fdc background
background-color: #eb9fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9fdc; background: linear-gradient(135deg, #eb9fdc, #EB9FAA);