#eb91ac
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 145, 172
HSL
342°, 69%, 75%
CMYK
0, 38, 27, 8
Luminance
0.4089
Every format
| HEX | #eb91ac |
| RGB | rgb(235, 145, 172) |
| HSL | hsl(342, 69%, 75%) |
| CMYK | cmyk(0%, 38%, 27%, 8%) |
| LAB | lab(70.1 37.4 0.4) |
| LCH | lch(70.1 37.4 0.6) |
| OKLCH | oklch(0.757 0.113 0.8) |
Copy-ready code
/* CSS */
color: #eb91ac;
background-color: #eb91ac;
/* Tailwind (arbitrary) */
class="text-[#eb91ac] bg-[#eb91ac]"
/* SCSS */
$brand: #eb91ac;
/* SwiftUI */
Color(red: 0.922, green: 0.569, blue: 0.675)
/* Android */
Color.parseColor("#eb91ac")Accessibility — WCAG contrast
Aa
#eb91ac on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb91ac on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green56.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta38.3%
Yellow26.8%
Key (black)7.8%
Color previews
#eb91ac text on a black background
contrast 9.18:1
Card sample
#eb91ac text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb91ac;
Background color
Panel with #eb91ac background
background-color: #eb91ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb91ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 145, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 145, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb91ac; background: linear-gradient(135deg, #eb91ac, #EBB291);