#eb8680
a light, vivid red · warm · closest name: salmon
RGB
235, 134, 128
HSL
3°, 73%, 71%
CMYK
0, 43, 46, 8
Luminance
0.3627
Every format
| HEX | #eb8680 |
| RGB | rgb(235, 134, 128) |
| HSL | hsl(3, 73%, 71%) |
| CMYK | cmyk(0%, 43%, 46%, 8%) |
| LAB | lab(66.7 37.9 20.2) |
| LCH | lch(66.7 43.0 28.1) |
| OKLCH | oklch(0.728 0.125 24.2) |
Copy-ready code
/* CSS */
color: #eb8680;
background-color: #eb8680;
/* Tailwind (arbitrary) */
class="text-[#eb8680] bg-[#eb8680]"
/* SCSS */
$brand: #eb8680;
/* SwiftUI */
Color(red: 0.922, green: 0.525, blue: 0.502)
/* Android */
Color.parseColor("#eb8680")Accessibility — WCAG contrast
Aa
#eb8680 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb8680 on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green52.5%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta43.0%
Yellow45.5%
Key (black)7.8%
Color previews
#eb8680 text on a black background
contrast 8.25:1
Card sample
#eb8680 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb8680;
Background color
Panel with #eb8680 background
background-color: #eb8680;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb8680;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 134, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 134, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb8680; background: linear-gradient(135deg, #eb8680, #EBCD80);