#eb838f
a light, vivid red · warm · closest name: salmon
RGB
235, 131, 143
HSL
353°, 72%, 72%
CMYK
0, 44, 39, 8
Luminance
0.3588
Every format
| HEX | #eb838f |
| RGB | rgb(235, 131, 143) |
| HSL | hsl(353, 72%, 72%) |
| CMYK | cmyk(0%, 44%, 39%, 8%) |
| LAB | lab(66.4 41.0 11.4) |
| LCH | lch(66.4 42.6 15.5) |
| OKLCH | oklch(0.726 0.128 13.4) |
Copy-ready code
/* CSS */
color: #eb838f;
background-color: #eb838f;
/* Tailwind (arbitrary) */
class="text-[#eb838f] bg-[#eb838f]"
/* SCSS */
$brand: #eb838f;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.561)
/* Android */
Color.parseColor("#eb838f")Accessibility — WCAG contrast
Aa
#eb838f on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb838f on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow39.1%
Key (black)7.8%
Color previews
#eb838f text on a black background
contrast 8.18:1
Card sample
#eb838f text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb838f;
Background color
Panel with #eb838f background
background-color: #eb838f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb838f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb838f; background: linear-gradient(135deg, #eb838f, #EBBC83);