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