#eb8774
a light, vivid red · warm · closest name: salmon
RGB
235, 135, 116
HSL
10°, 75%, 69%
CMYK
0, 43, 51, 8
Luminance
0.3625
Every format
| HEX | #eb8774 |
| RGB | rgb(235, 135, 116) |
| HSL | hsl(10, 75%, 69%) |
| CMYK | cmyk(0%, 43%, 51%, 8%) |
| LAB | lab(66.7 36.3 26.9) |
| LCH | lch(66.7 45.1 36.6) |
| OKLCH | oklch(0.727 0.126 31.7) |
Copy-ready code
/* CSS */
color: #eb8774;
background-color: #eb8774;
/* Tailwind (arbitrary) */
class="text-[#eb8774] bg-[#eb8774]"
/* SCSS */
$brand: #eb8774;
/* SwiftUI */
Color(red: 0.922, green: 0.529, blue: 0.455)
/* Android */
Color.parseColor("#eb8774")Accessibility — WCAG contrast
Aa
#eb8774 on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8774 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.9%
Blue45.5%
CMYK percentages
Cyan0.0%
Magenta42.6%
Yellow50.6%
Key (black)7.8%
Color previews
#eb8774 text on a black background
contrast 8.25:1
Card sample
#eb8774 text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8774;
Background color
Panel with #eb8774 background
background-color: #eb8774;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8774;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 135, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 135, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8774; background: linear-gradient(135deg, #eb8774, #EBD674);