#eb9997
a light, vivid red · warm · closest name: pink
RGB
235, 153, 151
HSL
1°, 68%, 76%
CMYK
0, 35, 36, 8
Luminance
0.4268
Every format
| HEX | #eb9997 |
| RGB | rgb(235, 153, 151) |
| HSL | hsl(1, 68%, 76%) |
| CMYK | cmyk(0%, 35%, 36%, 8%) |
| LAB | lab(71.3 30.5 13.8) |
| LCH | lch(71.3 33.5 24.4) |
| OKLCH | oklch(0.764 0.099 21.2) |
Copy-ready code
/* CSS */
color: #eb9997;
background-color: #eb9997;
/* Tailwind (arbitrary) */
class="text-[#eb9997] bg-[#eb9997]"
/* SCSS */
$brand: #eb9997;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.592)
/* Android */
Color.parseColor("#eb9997")Accessibility — WCAG contrast
Aa
#eb9997 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9997 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue59.2%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow35.7%
Key (black)7.8%
Color previews
#eb9997 text on a black background
contrast 9.54:1
Card sample
#eb9997 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9997;
Background color
Panel with #eb9997 background
background-color: #eb9997;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9997;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9997; background: linear-gradient(135deg, #eb9997, #EBD197);