#eb997f
a light, vivid red · warm · closest name: salmon
RGB
235, 153, 127
HSL
14°, 73%, 71%
CMYK
0, 35, 46, 8
Luminance
0.4198
Every format
| HEX | #eb997f |
| RGB | rgb(235, 153, 127) |
| HSL | hsl(14, 73%, 71%) |
| CMYK | cmyk(0%, 35%, 46%, 8%) |
| LAB | lab(70.9 27.9 26.4) |
| LCH | lch(70.9 38.4 43.4) |
| OKLCH | oklch(0.759 0.106 38.3) |
Copy-ready code
/* CSS */
color: #eb997f;
background-color: #eb997f;
/* Tailwind (arbitrary) */
class="text-[#eb997f] bg-[#eb997f]"
/* SCSS */
$brand: #eb997f;
/* SwiftUI */
Color(red: 0.922, green: 0.600, blue: 0.498)
/* Android */
Color.parseColor("#eb997f")Accessibility — WCAG contrast
Aa
#eb997f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb997f on black: 9.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green60.0%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta34.9%
Yellow46.0%
Key (black)7.8%
Color previews
#eb997f text on a black background
contrast 9.40:1
Card sample
#eb997f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb997f;
Background color
Panel with #eb997f background
background-color: #eb997f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb997f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 153, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 153, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb997f; background: linear-gradient(135deg, #eb997f, #EBE17F);