#eb97ac
a light, vivid red · warm · closest name: pink
RGB
235, 151, 172
HSL
345°, 68%, 76%
CMYK
0, 36, 27, 8
Luminance
0.4277
Every format
| HEX | #eb97ac |
| RGB | rgb(235, 151, 172) |
| HSL | hsl(345, 68%, 76%) |
| CMYK | cmyk(0%, 36%, 27%, 8%) |
| LAB | lab(71.4 34.2 2.3) |
| LCH | lch(71.4 34.3 3.8) |
| OKLCH | oklch(0.767 0.104 3.6) |
Copy-ready code
/* CSS */
color: #eb97ac;
background-color: #eb97ac;
/* Tailwind (arbitrary) */
class="text-[#eb97ac] bg-[#eb97ac]"
/* SCSS */
$brand: #eb97ac;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.675)
/* Android */
Color.parseColor("#eb97ac")Accessibility — WCAG contrast
Aa
#eb97ac on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb97ac on black: 9.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow26.8%
Key (black)7.8%
Color previews
#eb97ac text on a black background
contrast 9.55:1
Card sample
#eb97ac text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb97ac;
Background color
Panel with #eb97ac background
background-color: #eb97ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb97ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb97ac; background: linear-gradient(135deg, #eb97ac, #EBBA97);