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