#eb7779
a light, vivid red · warm · closest name: salmon
RGB
235, 119, 121
HSL
359°, 74%, 69%
CMYK
0, 49, 49, 8
Luminance
0.3224
Every format
| HEX | #eb7779 |
| RGB | rgb(235, 119, 121) |
| HSL | hsl(359, 74%, 69%) |
| CMYK | cmyk(0%, 49%, 49%, 8%) |
| LAB | lab(63.5 44.9 19.8) |
| LCH | lch(63.5 49.0 23.9) |
| OKLCH | oklch(0.703 0.143 20.4) |
Copy-ready code
/* CSS */
color: #eb7779;
background-color: #eb7779;
/* Tailwind (arbitrary) */
class="text-[#eb7779] bg-[#eb7779]"
/* SCSS */
$brand: #eb7779;
/* SwiftUI */
Color(red: 0.922, green: 0.467, blue: 0.475)
/* Android */
Color.parseColor("#eb7779")Accessibility — WCAG contrast
Aa
#eb7779 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7779 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.7%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta49.4%
Yellow48.5%
Key (black)7.8%
Color previews
#eb7779 text on a black background
contrast 7.45:1
Card sample
#eb7779 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7779;
Background color
Panel with #eb7779 background
background-color: #eb7779;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7779;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 119, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 119, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7779; background: linear-gradient(135deg, #eb7779, #EBC277);