#eb7672
a light, electric red · warm · closest name: salmon
RGB
235, 118, 114
HSL
2°, 75%, 68%
CMYK
0, 50, 52, 8
Luminance
0.3183
Every format
| HEX | #eb7672 |
| RGB | rgb(235, 118, 114) |
| HSL | hsl(2, 75%, 68%) |
| CMYK | cmyk(0%, 50%, 52%, 8%) |
| LAB | lab(63.2 44.7 23.3) |
| LCH | lch(63.2 50.4 27.6) |
| OKLCH | oklch(0.700 0.145 23.5) |
Copy-ready code
/* CSS */
color: #eb7672;
background-color: #eb7672;
/* Tailwind (arbitrary) */
class="text-[#eb7672] bg-[#eb7672]"
/* SCSS */
$brand: #eb7672;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.447)
/* Android */
Color.parseColor("#eb7672")Accessibility — WCAG contrast
Aa
#eb7672 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7672 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue44.7%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow51.5%
Key (black)7.8%
Color previews
#eb7672 text on a black background
contrast 7.37:1
Card sample
#eb7672 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7672;
Background color
Panel with #eb7672 background
background-color: #eb7672;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7672;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7672; background: linear-gradient(135deg, #eb7672, #EBC772);