#eb737f
a light, electric red · warm · closest name: salmon
RGB
235, 115, 127
HSL
354°, 75%, 69%
CMYK
0, 51, 46, 8
Luminance
0.3146
Every format
| HEX | #eb737f |
| RGB | rgb(235, 115, 127) |
| HSL | hsl(354, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 46%, 8%) |
| LAB | lab(62.9 47.4 15.5) |
| LCH | lch(62.9 49.9 18.1) |
| OKLCH | oklch(0.698 0.148 15.5) |
Copy-ready code
/* CSS */
color: #eb737f;
background-color: #eb737f;
/* Tailwind (arbitrary) */
class="text-[#eb737f] bg-[#eb737f]"
/* SCSS */
$brand: #eb737f;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.498)
/* Android */
Color.parseColor("#eb737f")Accessibility — WCAG contrast
Aa
#eb737f on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb737f on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow46.0%
Key (black)7.8%
Color previews
#eb737f text on a black background
contrast 7.29:1
Card sample
#eb737f text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb737f;
Background color
Panel with #eb737f background
background-color: #eb737f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb737f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb737f; background: linear-gradient(135deg, #eb737f, #EBB773);