#eb7076
a light, electric red · warm · closest name: salmon
RGB
235, 112, 118
HSL
357°, 76%, 68%
CMYK
0, 52, 50, 8
Luminance
0.3056
Every format
| HEX | #eb7076 |
| RGB | rgb(235, 112, 118) |
| HSL | hsl(357, 76%, 68%) |
| CMYK | cmyk(0%, 52%, 50%, 8%) |
| LAB | lab(62.1 48.0 19.6) |
| LCH | lch(62.1 51.9 22.2) |
| OKLCH | oklch(0.692 0.152 18.9) |
Copy-ready code
/* CSS */
color: #eb7076;
background-color: #eb7076;
/* Tailwind (arbitrary) */
class="text-[#eb7076] bg-[#eb7076]"
/* SCSS */
$brand: #eb7076;
/* SwiftUI */
Color(red: 0.922, green: 0.439, blue: 0.463)
/* Android */
Color.parseColor("#eb7076")Accessibility — WCAG contrast
Aa
#eb7076 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7076 on black: 7.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green43.9%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow49.8%
Key (black)7.8%
Color previews
#eb7076 text on a black background
contrast 7.11:1
Card sample
#eb7076 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7076;
Background color
Panel with #eb7076 background
background-color: #eb7076;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7076;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 112, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 112, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7076; background: linear-gradient(135deg, #eb7076, #EBBC70);