#eb998f
a light, vivid red · warm · closest name: salmon
RGB
235, 153, 143
HSL
7°, 70%, 74%
CMYK
0, 35, 39, 8
Luminance
0.4243
Every format
| HEX | #eb998f |
| RGB | rgb(235, 153, 143) |
| HSL | hsl(7, 70%, 74%) |
| CMYK | cmyk(0%, 35%, 39%, 8%) |
| LAB | lab(71.2 29.6 18.0) |
| LCH | lch(71.2 34.6 31.4) |
| OKLCH | oklch(0.763 0.100 27.2) |
Copy-ready code
/* CSS */
color: #eb998f;
background-color: #eb998f;
/* Tailwind (arbitrary) */
class="text-[#eb998f] bg-[#eb998f]"
/* SCSS */
$brand: #eb998f;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.561)
/* Android */
Color.parseColor("#eb998f")Accessibility — WCAG contrast
Aa
#eb998f on white: 2.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb998f on black: 9.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow39.1%
Key (black)7.8%
Color previews
#eb998f text on a black background
contrast 9.49:1
Card sample
#eb998f text on a white background
contrast 2.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb998f;
Background color
Panel with #eb998f background
background-color: #eb998f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb998f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb998f; background: linear-gradient(135deg, #eb998f, #EBD68F);