#edabce
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 171, 206
HSL
328°, 65%, 80%
CMYK
0, 28, 13, 7
Luminance
0.5159
Every format
| HEX | #edabce |
| RGB | rgb(237, 171, 206) |
| HSL | hsl(328, 65%, 80%) |
| CMYK | cmyk(0%, 28%, 13%, 7%) |
| LAB | lab(77.0 29.4 -8.1) |
| LCH | lch(77.0 30.5 344.6) |
| OKLCH | oklch(0.813 0.089 346.2) |
Copy-ready code
/* CSS */
color: #edabce;
background-color: #edabce;
/* Tailwind (arbitrary) */
class="text-[#edabce] bg-[#edabce]"
/* SCSS */
$brand: #edabce;
/* SwiftUI */
Color(red: 0.929, green: 0.671, blue: 0.808)
/* Android */
Color.parseColor("#edabce")Accessibility — WCAG contrast
Aa
#edabce on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edabce on black: 11.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green67.1%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow13.1%
Key (black)7.1%
Color previews
#edabce text on a black background
contrast 11.32:1
Card sample
#edabce text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edabce;
Background color
Panel with #edabce background
background-color: #edabce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edabce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 171, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 171, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edabce; background: linear-gradient(135deg, #edabce, #EDB4AB);