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