#eb8166
a light, electric red · warm · closest name: salmon
RGB
235, 129, 102
HSL
12°, 77%, 66%
CMYK
0, 45, 57, 8
Luminance
0.3432
Every format
| HEX | #eb8166 |
| RGB | rgb(235, 129, 102) |
| HSL | hsl(12, 77%, 66%) |
| CMYK | cmyk(0%, 45%, 57%, 8%) |
| LAB | lab(65.2 38.2 32.7) |
| LCH | lch(65.2 50.3 40.5) |
| OKLCH | oklch(0.715 0.137 35.3) |
Copy-ready code
/* CSS */
color: #eb8166;
background-color: #eb8166;
/* Tailwind (arbitrary) */
class="text-[#eb8166] bg-[#eb8166]"
/* SCSS */
$brand: #eb8166;
/* SwiftUI */
Color(red: 0.922, green: 0.506, blue: 0.400)
/* Android */
Color.parseColor("#eb8166")Accessibility — WCAG contrast
Aa
#eb8166 on white: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8166 on black: 7.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green50.6%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow56.6%
Key (black)7.8%
Color previews
#eb8166 text on a black background
contrast 7.86:1
Card sample
#eb8166 text on a white background
contrast 2.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8166;
Background color
Panel with #eb8166 background
background-color: #eb8166;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8166;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 129, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 129, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8166; background: linear-gradient(135deg, #eb8166, #EBDA66);