#e7889b
a light, vivid red · warm · closest name: pink
RGB
231, 136, 155
HSL
348°, 66%, 72%
CMYK
0, 41, 33, 9
Luminance
0.3696
Every format
| HEX | #e7889b |
| RGB | rgb(231, 136, 155) |
| HSL | hsl(348, 66%, 72%) |
| CMYK | cmyk(0%, 41%, 33%, 9%) |
| LAB | lab(67.3 38.4 5.7) |
| LCH | lch(67.3 38.9 8.5) |
| OKLCH | oklch(0.733 0.117 7.5) |
Copy-ready code
/* CSS */
color: #e7889b;
background-color: #e7889b;
/* Tailwind (arbitrary) */
class="text-[#e7889b] bg-[#e7889b]"
/* SCSS */
$brand: #e7889b;
/* SwiftUI */
Color(red: 0.906, green: 0.533, blue: 0.608)
/* Android */
Color.parseColor("#e7889b")Accessibility — WCAG contrast
Aa
#e7889b on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e7889b on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green53.3%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow32.9%
Key (black)9.4%
Color previews
#e7889b text on a black background
contrast 8.39:1
Card sample
#e7889b text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e7889b;
Background color
Panel with #e7889b background
background-color: #e7889b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e7889b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 136, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 136, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e7889b; background: linear-gradient(135deg, #e7889b, #E7B488);