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