#eb738f
a light, electric red · warm · closest name: salmon
RGB
235, 115, 143
HSL
346°, 75%, 69%
CMYK
0, 51, 39, 8
Luminance
0.3191
Every format
| HEX | #eb738f |
| RGB | rgb(235, 115, 143) |
| HSL | hsl(346, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 39%, 8%) |
| LAB | lab(63.3 49.0 6.9) |
| LCH | lch(63.3 49.5 8.0) |
| OKLCH | oklch(0.703 0.150 7.0) |
Copy-ready code
/* CSS */
color: #eb738f;
background-color: #eb738f;
/* Tailwind (arbitrary) */
class="text-[#eb738f] bg-[#eb738f]"
/* SCSS */
$brand: #eb738f;
/* SwiftUI */
Color(red: 0.922, green: 0.451, blue: 0.561)
/* Android */
Color.parseColor("#eb738f")Accessibility — WCAG contrast
Aa
#eb738f on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb738f on black: 7.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.1%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta51.1%
Yellow39.1%
Key (black)7.8%
Color previews
#eb738f text on a black background
contrast 7.38:1
Card sample
#eb738f text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb738f;
Background color
Panel with #eb738f background
background-color: #eb738f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb738f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 115, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 115, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb738f; background: linear-gradient(135deg, #eb738f, #EBA773);