#eb937f
a light, vivid red · warm · closest name: salmon
RGB
235, 147, 127
HSL
11°, 73%, 71%
CMYK
0, 37, 46, 8
Luminance
0.4006
Every format
| HEX | #eb937f |
| RGB | rgb(235, 147, 127) |
| HSL | hsl(11, 73%, 71%) |
| CMYK | cmyk(0%, 37%, 46%, 8%) |
| LAB | lab(69.5 31.0 24.6) |
| LCH | lch(69.5 39.6 38.4) |
| OKLCH | oklch(0.749 0.111 33.5) |
Copy-ready code
/* CSS */
color: #eb937f;
background-color: #eb937f;
/* Tailwind (arbitrary) */
class="text-[#eb937f] bg-[#eb937f]"
/* SCSS */
$brand: #eb937f;
/* SwiftUI */
Color(red: 0.922, green: 0.576, blue: 0.498)
/* Android */
Color.parseColor("#eb937f")Accessibility — WCAG contrast
Aa
#eb937f on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb937f on black: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green57.6%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta37.4%
Yellow46.0%
Key (black)7.8%
Color previews
#eb937f text on a black background
contrast 9.01:1
Card sample
#eb937f text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb937f;
Background color
Panel with #eb937f background
background-color: #eb937f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb937f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 147, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 147, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb937f; background: linear-gradient(135deg, #eb937f, #EBDB7F);