#eb7664
a light, electric red · warm · closest name: salmon
RGB
235, 118, 100
HSL
8°, 77%, 66%
CMYK
0, 50, 57, 8
Luminance
0.3154
Every format
| HEX | #eb7664 |
| RGB | rgb(235, 118, 100) |
| HSL | hsl(8, 77%, 66%) |
| CMYK | cmyk(0%, 50%, 57%, 8%) |
| LAB | lab(63.0 43.6 30.9) |
| LCH | lch(63.0 53.4 35.3) |
| OKLCH | oklch(0.697 0.148 30.3) |
Copy-ready code
/* CSS */
color: #eb7664;
background-color: #eb7664;
/* Tailwind (arbitrary) */
class="text-[#eb7664] bg-[#eb7664]"
/* SCSS */
$brand: #eb7664;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.392)
/* Android */
Color.parseColor("#eb7664")Accessibility — WCAG contrast
Aa
#eb7664 on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7664 on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow57.4%
Key (black)7.8%
Color previews
#eb7664 text on a black background
contrast 7.31:1
Card sample
#eb7664 text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7664;
Background color
Panel with #eb7664 background
background-color: #eb7664;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7664;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7664; background: linear-gradient(135deg, #eb7664, #EBD064);