#eb7475
a light, vivid red · warm · closest name: salmon
RGB
235, 116, 117
HSL
360°, 75%, 69%
CMYK
0, 51, 50, 8
Luminance
0.3144
Every format
| HEX | #eb7475 |
| RGB | rgb(235, 116, 117) |
| HSL | hsl(360, 75%, 69%) |
| CMYK | cmyk(0%, 51%, 50%, 8%) |
| LAB | lab(62.9 46.0 21.2) |
| LCH | lch(62.9 50.6 24.8) |
| OKLCH | oklch(0.698 0.147 21.1) |
Copy-ready code
/* CSS */
color: #eb7475;
background-color: #eb7475;
/* Tailwind (arbitrary) */
class="text-[#eb7475] bg-[#eb7475]"
/* SCSS */
$brand: #eb7475;
/* SwiftUI */
Color(red: 0.922, green: 0.455, blue: 0.459)
/* Android */
Color.parseColor("#eb7475")Accessibility — WCAG contrast
Aa
#eb7475 on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7475 on black: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green45.5%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow50.2%
Key (black)7.8%
Color previews
#eb7475 text on a black background
contrast 7.29:1
Card sample
#eb7475 text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7475;
Background color
Panel with #eb7475 background
background-color: #eb7475;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7475;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 116, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 116, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7475; background: linear-gradient(135deg, #eb7475, #EBC274);