#eb9b8f
a light, vivid red · warm · closest name: pink
RGB
235, 155, 143
HSL
8°, 70%, 74%
CMYK
0, 34, 39, 8
Luminance
0.4309
Every format
| HEX | #eb9b8f |
| RGB | rgb(235, 155, 143) |
| HSL | hsl(8, 70%, 74%) |
| CMYK | cmyk(0%, 34%, 39%, 8%) |
| LAB | lab(71.6 28.5 18.6) |
| LCH | lch(71.6 34.0 33.2) |
| OKLCH | oklch(0.766 0.098 28.9) |
Copy-ready code
/* CSS */
color: #eb9b8f;
background-color: #eb9b8f;
/* Tailwind (arbitrary) */
class="text-[#eb9b8f] bg-[#eb9b8f]"
/* SCSS */
$brand: #eb9b8f;
/* SwiftUI */
Color(red: 0.922, green: 0.608, blue: 0.561)
/* Android */
Color.parseColor("#eb9b8f")Accessibility — WCAG contrast
Aa
#eb9b8f on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9b8f on black: 9.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.8%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta34.0%
Yellow39.1%
Key (black)7.8%
Color previews
#eb9b8f text on a black background
contrast 9.62:1
Card sample
#eb9b8f text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9b8f;
Background color
Panel with #eb9b8f background
background-color: #eb9b8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9b8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 155, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 155, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9b8f; background: linear-gradient(135deg, #eb9b8f, #EBD88F);