#eb7cad
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 124, 173
HSL
334°, 74%, 70%
CMYK
0, 47, 26, 8
Luminance
0.3509
Every format
| HEX | #eb7cad |
| RGB | rgb(235, 124, 173) |
| HSL | hsl(334, 74%, 70%) |
| CMYK | cmyk(0%, 47%, 26%, 8%) |
| LAB | lab(65.8 48.3 -6.5) |
| LCH | lch(65.8 48.7 352.4) |
| OKLCH | oklch(0.725 0.147 353.5) |
Copy-ready code
/* CSS */
color: #eb7cad;
background-color: #eb7cad;
/* Tailwind (arbitrary) */
class="text-[#eb7cad] bg-[#eb7cad]"
/* SCSS */
$brand: #eb7cad;
/* SwiftUI */
Color(red: 0.922, green: 0.486, blue: 0.678)
/* Android */
Color.parseColor("#eb7cad")Accessibility — WCAG contrast
Aa
#eb7cad on white: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7cad on black: 8.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green48.6%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow26.4%
Key (black)7.8%
Color previews
#eb7cad text on a black background
contrast 8.02:1
Card sample
#eb7cad text on a white background
contrast 2.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7cad;
Background color
Panel with #eb7cad background
background-color: #eb7cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 124, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 124, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7cad; background: linear-gradient(135deg, #eb7cad, #EB957C);