#eb697a
a light, electric red · warm · closest name: salmon
RGB
235, 105, 122
HSL
352°, 77%, 67%
CMYK
0, 55, 48, 8
Luminance
0.2917
Every format
| HEX | #eb697a |
| RGB | rgb(235, 105, 122) |
| HSL | hsl(352, 77%, 67%) |
| CMYK | cmyk(0%, 55%, 48%, 8%) |
| LAB | lab(60.9 51.7 15.7) |
| LCH | lch(60.9 54.0 16.9) |
| OKLCH | oklch(0.683 0.161 14.3) |
Copy-ready code
/* CSS */
color: #eb697a;
background-color: #eb697a;
/* Tailwind (arbitrary) */
class="text-[#eb697a] bg-[#eb697a]"
/* SCSS */
$brand: #eb697a;
/* SwiftUI */
Color(red: 0.922, green: 0.412, blue: 0.478)
/* Android */
Color.parseColor("#eb697a")Accessibility — WCAG contrast
Aa
#eb697a on white: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb697a on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green41.2%
Blue47.8%
CMYK percentages
Cyan0.0%
Magenta55.3%
Yellow48.1%
Key (black)7.8%
Color previews
#eb697a text on a black background
contrast 6.83:1
Card sample
#eb697a text on a white background
contrast 3.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb697a;
Background color
Panel with #eb697a background
background-color: #eb697a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb697a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 105, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 105, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb697a; background: linear-gradient(135deg, #eb697a, #EBAF69);