#e77e7e
a light, vivid red · warm · closest name: salmon
RGB
231, 126, 126
HSL
0°, 69%, 70%
CMYK
0, 46, 46, 9
Luminance
0.3342
Every format
| HEX | #e77e7e |
| RGB | rgb(231, 126, 126) |
| HSL | hsl(0, 69%, 70%) |
| CMYK | cmyk(0%, 46%, 46%, 9%) |
| LAB | lab(64.5 40.3 18.2) |
| LCH | lch(64.5 44.3 24.3) |
| OKLCH | oklch(0.709 0.130 20.8) |
Copy-ready code
/* CSS */
color: #e77e7e;
background-color: #e77e7e;
/* Tailwind (arbitrary) */
class="text-[#e77e7e] bg-[#e77e7e]"
/* SCSS */
$brand: #e77e7e;
/* SwiftUI */
Color(red: 0.906, green: 0.494, blue: 0.494)
/* Android */
Color.parseColor("#e77e7e")Accessibility — WCAG contrast
Aa
#e77e7e on white: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e77e7e on black: 7.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green49.4%
Blue49.4%
CMYK percentages
Cyan0.0%
Magenta45.5%
Yellow45.5%
Key (black)9.4%
Color previews
#e77e7e text on a black background
contrast 7.68:1
Card sample
#e77e7e text on a white background
contrast 2.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e77e7e;
Background color
Panel with #e77e7e background
background-color: #e77e7e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e77e7e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 126, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 126, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e77e7e; background: linear-gradient(135deg, #e77e7e, #E7C47E);