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