#eb9682
a light, vivid red · warm · closest name: salmon
RGB
235, 150, 130
HSL
11°, 72%, 72%
CMYK
0, 36, 45, 8
Luminance
0.4109
Every format
| HEX | #eb9682 |
| RGB | rgb(235, 150, 130) |
| HSL | hsl(11, 72%, 72%) |
| CMYK | cmyk(0%, 36%, 45%, 8%) |
| LAB | lab(70.2 29.7 23.9) |
| LCH | lch(70.2 38.1 38.8) |
| OKLCH | oklch(0.755 0.107 33.9) |
Copy-ready code
/* CSS */
color: #eb9682;
background-color: #eb9682;
/* Tailwind (arbitrary) */
class="text-[#eb9682] bg-[#eb9682]"
/* SCSS */
$brand: #eb9682;
/* SwiftUI */
Color(red: 0.922, green: 0.588, blue: 0.510)
/* Android */
Color.parseColor("#eb9682")Accessibility — WCAG contrast
Aa
#eb9682 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb9682 on black: 9.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green58.8%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow44.7%
Key (black)7.8%
Color previews
#eb9682 text on a black background
contrast 9.22:1
Card sample
#eb9682 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb9682;
Background color
Panel with #eb9682 background
background-color: #eb9682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb9682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 150, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 150, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb9682; background: linear-gradient(135deg, #eb9682, #EBDC82);