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