#eb7166
a light, electric red · warm · closest name: salmon
RGB
235, 113, 102
HSL
5°, 77%, 66%
CMYK
0, 52, 57, 8
Luminance
0.3043
Every format
| HEX | #eb7166 |
| RGB | rgb(235, 113, 102) |
| HSL | hsl(5, 77%, 66%) |
| CMYK | cmyk(0%, 52%, 57%, 8%) |
| LAB | lab(62.0 46.2 28.6) |
| LCH | lch(62.0 54.3 31.7) |
| OKLCH | oklch(0.690 0.153 27.0) |
Copy-ready code
/* CSS */
color: #eb7166;
background-color: #eb7166;
/* Tailwind (arbitrary) */
class="text-[#eb7166] bg-[#eb7166]"
/* SCSS */
$brand: #eb7166;
/* SwiftUI */
Color(red: 0.922, green: 0.443, blue: 0.400)
/* Android */
Color.parseColor("#eb7166")Accessibility — WCAG contrast
Aa
#eb7166 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7166 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green44.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta51.9%
Yellow56.6%
Key (black)7.8%
Color previews
#eb7166 text on a black background
contrast 7.09:1
Card sample
#eb7166 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7166;
Background color
Panel with #eb7166 background
background-color: #eb7166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 113, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 113, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7166; background: linear-gradient(135deg, #eb7166, #EBCA66);