#eb99a3
a light, vivid red · warm · closest name: pink
RGB
235, 153, 163
HSL
353°, 67%, 76%
CMYK
0, 35, 31, 8
Luminance
0.4309
Every format
| HEX | #eb99a3 |
| RGB | rgb(235, 153, 163) |
| HSL | hsl(353, 67%, 76%) |
| CMYK | cmyk(0%, 35%, 31%, 8%) |
| LAB | lab(71.6 32.0 7.6) |
| LCH | lch(71.6 32.9 13.3) |
| OKLCH | oklch(0.768 0.099 11.7) |
Copy-ready code
/* CSS */
color: #eb99a3;
background-color: #eb99a3;
/* Tailwind (arbitrary) */
class="text-[#eb99a3] bg-[#eb99a3]"
/* SCSS */
$brand: #eb99a3;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.639)
/* Android */
Color.parseColor("#eb99a3")Accessibility — WCAG contrast
Aa
#eb99a3 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb99a3 on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow30.6%
Key (black)7.8%
Color previews
#eb99a3 text on a black background
contrast 9.62:1
Card sample
#eb99a3 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb99a3;
Background color
Panel with #eb99a3 background
background-color: #eb99a3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb99a3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb99a3; background: linear-gradient(135deg, #eb99a3, #EBC699);