#eb9acd
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 154, 205
HSL
322°, 67%, 76%
CMYK
0, 35, 13, 8
Luminance
0.4518
Every format
| HEX | #eb9acd |
| RGB | rgb(235, 154, 205) |
| HSL | hsl(322, 67%, 76%) |
| CMYK | cmyk(0%, 35%, 13%, 8%) |
| LAB | lab(73.0 37.6 -13.6) |
| LCH | lch(73.0 40.0 340.1) |
| OKLCH | oklch(0.782 0.116 341.9) |
Copy-ready code
/* CSS */
color: #eb9acd;
background-color: #eb9acd;
/* Tailwind (arbitrary) */
class="text-[#eb9acd] bg-[#eb9acd]"
/* SCSS */
$brand: #eb9acd;
/* SwiftUI */
Color(red: 0.922, green: 0.604, blue: 0.804)
/* Android */
Color.parseColor("#eb9acd")Accessibility — WCAG contrast
Aa
#eb9acd on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9acd on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.4%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta34.5%
Yellow12.8%
Key (black)7.8%
Color previews
#eb9acd text on a black background
contrast 10.04:1
Card sample
#eb9acd text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9acd;
Background color
Panel with #eb9acd background
background-color: #eb9acd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9acd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 154, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 154, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9acd; background: linear-gradient(135deg, #eb9acd, #EB9D9A);