#e7828e
a light, vivid red · warm · closest name: salmon
RGB
231, 130, 142
HSL
353°, 68%, 71%
CMYK
0, 44, 39, 9
Luminance
0.3491
Every format
| HEX | #e7828e |
| RGB | rgb(231, 130, 142) |
| HSL | hsl(353, 68%, 71%) |
| CMYK | cmyk(0%, 44%, 39%, 9%) |
| LAB | lab(65.7 40.0 10.8) |
| LCH | lch(65.7 41.4 15.1) |
| OKLCH | oklch(0.720 0.124 13.1) |
Copy-ready code
/* CSS */
color: #e7828e;
background-color: #e7828e;
/* Tailwind (arbitrary) */
class="text-[#e7828e] bg-[#e7828e]"
/* SCSS */
$brand: #e7828e;
/* SwiftUI */
Color(red: 0.906, green: 0.510, blue: 0.557)
/* Android */
Color.parseColor("#e7828e")Accessibility — WCAG contrast
Aa
#e7828e on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7828e on black: 7.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green51.0%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow38.5%
Key (black)9.4%
Color previews
#e7828e text on a black background
contrast 7.98:1
Card sample
#e7828e text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7828e;
Background color
Panel with #e7828e background
background-color: #e7828e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7828e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 130, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 130, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7828e; background: linear-gradient(135deg, #e7828e, #E7B982);