#eb7682
a light, vivid red · warm · closest name: salmon
RGB
235, 118, 130
HSL
354°, 75%, 69%
CMYK
0, 50, 45, 8
Luminance
0.3223
Every format
| HEX | #eb7682 |
| RGB | rgb(235, 118, 130) |
| HSL | hsl(354, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 45%, 8%) |
| LAB | lab(63.5 46.2 14.7) |
| LCH | lch(63.5 48.5 17.6) |
| OKLCH | oklch(0.704 0.145 15.1) |
Copy-ready code
/* CSS */
color: #eb7682;
background-color: #eb7682;
/* Tailwind (arbitrary) */
class="text-[#eb7682] bg-[#eb7682]"
/* SCSS */
$brand: #eb7682;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.510)
/* Android */
Color.parseColor("#eb7682")Accessibility — WCAG contrast
Aa
#eb7682 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7682 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue51.0%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow44.7%
Key (black)7.8%
Color previews
#eb7682 text on a black background
contrast 7.45:1
Card sample
#eb7682 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7682;
Background color
Panel with #eb7682 background
background-color: #eb7682;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7682;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 130, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 130, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7682; background: linear-gradient(135deg, #eb7682, #EBB876);