#eb9fbc
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 159, 188
HSL
337°, 66%, 77%
CMYK
0, 32, 20, 8
Luminance
0.4609
Every format
| HEX | #eb9fbc |
| RGB | rgb(235, 159, 188) |
| HSL | hsl(337, 66%, 77%) |
| CMYK | cmyk(0%, 32%, 20%, 8%) |
| LAB | lab(73.6 32.3 -3.4) |
| LCH | lch(73.6 32.5 354.1) |
| OKLCH | oklch(0.785 0.097 355.0) |
Copy-ready code
/* CSS */
color: #eb9fbc;
background-color: #eb9fbc;
/* Tailwind (arbitrary) */
class="text-[#eb9fbc] bg-[#eb9fbc]"
/* SCSS */
$brand: #eb9fbc;
/* SwiftUI */
Color(red: 0.922, green: 0.624, blue: 0.737)
/* Android */
Color.parseColor("#eb9fbc")Accessibility — WCAG contrast
Aa
#eb9fbc on white: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9fbc on black: 10.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green62.4%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta32.3%
Yellow20.0%
Key (black)7.8%
Color previews
#eb9fbc text on a black background
contrast 10.22:1
Card sample
#eb9fbc text on a white background
contrast 2.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9fbc;
Background color
Panel with #eb9fbc background
background-color: #eb9fbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9fbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 159, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 159, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9fbc; background: linear-gradient(135deg, #eb9fbc, #EBB59F);