#edabdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 171, 223
HSL
313°, 65%, 80%
CMYK
0, 28, 6, 7
Luminance
0.5246
Every format
| HEX | #edabdf |
| RGB | rgb(237, 171, 223) |
| HSL | hsl(313, 65%, 80%) |
| CMYK | cmyk(0%, 28%, 6%, 7%) |
| LAB | lab(77.6 32.3 -16.6) |
| LCH | lch(77.6 36.3 332.8) |
| OKLCH | oklch(0.819 0.102 334.2) |
Copy-ready code
/* CSS */
color: #edabdf;
background-color: #edabdf;
/* Tailwind (arbitrary) */
class="text-[#edabdf] bg-[#edabdf]"
/* SCSS */
$brand: #edabdf;
/* SwiftUI */
Color(red: 0.929, green: 0.671, blue: 0.875)
/* Android */
Color.parseColor("#edabdf")Accessibility — WCAG contrast
Aa
#edabdf on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edabdf on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green67.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow5.9%
Key (black)7.1%
Color previews
#edabdf text on a black background
contrast 11.49:1
Card sample
#edabdf text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edabdf;
Background color
Panel with #edabdf background
background-color: #edabdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edabdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 171, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 171, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edabdf; background: linear-gradient(135deg, #edabdf, #EDABB3);