#e788a0
a light, vivid magenta / pink · warm · closest name: pink
RGB
231, 136, 160
HSL
345°, 66%, 72%
CMYK
0, 41, 31, 9
Luminance
0.3714
Every format
| HEX | #e788a0 |
| RGB | rgb(231, 136, 160) |
| HSL | hsl(345, 66%, 72%) |
| CMYK | cmyk(0%, 41%, 31%, 9%) |
| LAB | lab(67.4 39.1 3.1) |
| LCH | lch(67.4 39.2 4.5) |
| OKLCH | oklch(0.734 0.119 4.1) |
Copy-ready code
/* CSS */
color: #e788a0;
background-color: #e788a0;
/* Tailwind (arbitrary) */
class="text-[#e788a0] bg-[#e788a0]"
/* SCSS */
$brand: #e788a0;
/* SwiftUI */
Color(red: 0.906, green: 0.533, blue: 0.627)
/* Android */
Color.parseColor("#e788a0")Accessibility — WCAG contrast
Aa
#e788a0 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e788a0 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green53.3%
Blue62.7%
CMYK percentages
Cyan0.0%
Magenta41.1%
Yellow30.7%
Key (black)9.4%
Color previews
#e788a0 text on a black background
contrast 8.43:1
Card sample
#e788a0 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e788a0;
Background color
Panel with #e788a0 background
background-color: #e788a0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e788a0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 136, 160, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 136, 160, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e788a0; background: linear-gradient(135deg, #e788a0, #E7AF88);