#eb8366
a light, electric red · warm · closest name: salmon
RGB
235, 131, 102
HSL
13°, 77%, 66%
CMYK
0, 44, 57, 8
Luminance
0.3485
Every format
| HEX | #eb8366 |
| RGB | rgb(235, 131, 102) |
| HSL | hsl(13, 77%, 66%) |
| CMYK | cmyk(0%, 44%, 57%, 8%) |
| LAB | lab(65.6 37.2 33.2) |
| LCH | lch(65.6 49.8 41.8) |
| OKLCH | oklch(0.718 0.135 36.5) |
Copy-ready code
/* CSS */
color: #eb8366;
background-color: #eb8366;
/* Tailwind (arbitrary) */
class="text-[#eb8366] bg-[#eb8366]"
/* SCSS */
$brand: #eb8366;
/* SwiftUI */
Color(red: 0.922, green: 0.514, blue: 0.400)
/* Android */
Color.parseColor("#eb8366")Accessibility — WCAG contrast
Aa
#eb8366 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8366 on black: 7.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green51.4%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta44.3%
Yellow56.6%
Key (black)7.8%
Color previews
#eb8366 text on a black background
contrast 7.97:1
Card sample
#eb8366 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8366;
Background color
Panel with #eb8366 background
background-color: #eb8366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 131, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 131, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8366; background: linear-gradient(135deg, #eb8366, #EBDC66);