#eb97a2
a light, vivid red · warm · closest name: pink
RGB
235, 151, 162
HSL
352°, 68%, 76%
CMYK
0, 36, 31, 8
Luminance
0.4240
Every format
| HEX | #eb97a2 |
| RGB | rgb(235, 151, 162) |
| HSL | hsl(352, 68%, 76%) |
| CMYK | cmyk(0%, 36%, 31%, 8%) |
| LAB | lab(71.2 32.9 7.5) |
| LCH | lch(71.2 33.7 12.8) |
| OKLCH | oklch(0.764 0.102 11.2) |
Copy-ready code
/* CSS */
color: #eb97a2;
background-color: #eb97a2;
/* Tailwind (arbitrary) */
class="text-[#eb97a2] bg-[#eb97a2]"
/* SCSS */
$brand: #eb97a2;
/* SwiftUI */
Color(red: 0.922, green: 0.592, blue: 0.635)
/* Android */
Color.parseColor("#eb97a2")Accessibility — WCAG contrast
Aa
#eb97a2 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb97a2 on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green59.2%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta35.7%
Yellow31.1%
Key (black)7.8%
Color previews
#eb97a2 text on a black background
contrast 9.48:1
Card sample
#eb97a2 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb97a2;
Background color
Panel with #eb97a2 background
background-color: #eb97a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb97a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 151, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 151, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb97a2; background: linear-gradient(135deg, #eb97a2, #EBC497);