#eb697f
a light, electric red · warm · closest name: salmon
RGB
235, 105, 127
HSL
350°, 77%, 67%
CMYK
0, 55, 46, 8
Luminance
0.2930
Every format
| HEX | #eb697f |
| RGB | rgb(235, 105, 127) |
| HSL | hsl(350, 77%, 67%) |
| CMYK | cmyk(0%, 55%, 46%, 8%) |
| LAB | lab(61.0 52.2 12.9) |
| LCH | lch(61.0 53.8 13.9) |
| OKLCH | oklch(0.684 0.161 11.9) |
Copy-ready code
/* CSS */
color: #eb697f;
background-color: #eb697f;
/* Tailwind (arbitrary) */
class="text-[#eb697f] bg-[#eb697f]"
/* SCSS */
$brand: #eb697f;
/* SwiftUI */
Color(red: 0.922, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#eb697f")Accessibility — WCAG contrast
Aa
#eb697f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb697f on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green41.2%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow46.0%
Key (black)7.8%
Color previews
#eb697f text on a black background
contrast 6.86:1
Card sample
#eb697f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb697f;
Background color
Panel with #eb697f background
background-color: #eb697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb697f; background: linear-gradient(135deg, #eb697f, #EBAA69);