#edb4df
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 180, 223
HSL
315°, 61%, 82%
CMYK
0, 24, 6, 7
Luminance
0.5597
Every format
| HEX | #edb4df |
| RGB | rgb(237, 180, 223) |
| HSL | hsl(315, 61%, 82%) |
| CMYK | cmyk(0%, 24%, 6%, 7%) |
| LAB | lab(79.6 27.5 -13.5) |
| LCH | lch(79.6 30.6 333.8) |
| OKLCH | oklch(0.835 0.086 335.3) |
Copy-ready code
/* CSS */
color: #edb4df;
background-color: #edb4df;
/* Tailwind (arbitrary) */
class="text-[#edb4df] bg-[#edb4df]"
/* SCSS */
$brand: #edb4df;
/* SwiftUI */
Color(red: 0.929, green: 0.706, blue: 0.875)
/* Android */
Color.parseColor("#edb4df")Accessibility — WCAG contrast
Aa
#edb4df on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb4df on black: 12.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green70.6%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.1%
Yellow5.9%
Key (black)7.1%
Color previews
#edb4df text on a black background
contrast 12.19:1
Card sample
#edb4df text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb4df;
Background color
Panel with #edb4df background
background-color: #edb4df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb4df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 180, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 180, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb4df; background: linear-gradient(135deg, #edb4df, #EDB4B9);