#eb896f
a light, electric red · warm · closest name: salmon
RGB
235, 137, 111
HSL
13°, 76%, 68%
CMYK
0, 42, 53, 8
Luminance
0.3670
Every format
| HEX | #eb896f |
| RGB | rgb(235, 137, 111) |
| HSL | hsl(13, 76%, 68%) |
| CMYK | cmyk(0%, 42%, 53%, 8%) |
| LAB | lab(67.1 34.8 30.1) |
| LCH | lch(67.1 46.0 40.9) |
| OKLCH | oklch(0.729 0.126 35.7) |
Copy-ready code
/* CSS */
color: #eb896f;
background-color: #eb896f;
/* Tailwind (arbitrary) */
class="text-[#eb896f] bg-[#eb896f]"
/* SCSS */
$brand: #eb896f;
/* SwiftUI */
Color(red: 0.922, green: 0.537, blue: 0.435)
/* Android */
Color.parseColor("#eb896f")Accessibility — WCAG contrast
Aa
#eb896f on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb896f on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green53.7%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow52.8%
Key (black)7.8%
Color previews
#eb896f text on a black background
contrast 8.34:1
Card sample
#eb896f text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb896f;
Background color
Panel with #eb896f background
background-color: #eb896f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb896f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 137, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 137, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb896f; background: linear-gradient(135deg, #eb896f, #EBDC6F);