#edbddf
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 189, 223
HSL
318°, 57%, 84%
CMYK
0, 20, 6, 7
Luminance
0.5973
Every format
| HEX | #edbddf |
| RGB | rgb(237, 189, 223) |
| HSL | hsl(318, 57%, 84%) |
| CMYK | cmyk(0%, 20%, 6%, 7%) |
| LAB | lab(81.7 22.7 -10.4) |
| LCH | lch(81.7 24.9 335.4) |
| OKLCH | oklch(0.851 0.070 337.0) |
Copy-ready code
/* CSS */
color: #edbddf;
background-color: #edbddf;
/* Tailwind (arbitrary) */
class="text-[#edbddf] bg-[#edbddf]"
/* SCSS */
$brand: #edbddf;
/* SwiftUI */
Color(red: 0.929, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#edbddf")Accessibility — WCAG contrast
Aa
#edbddf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbddf on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green74.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta20.3%
Yellow5.9%
Key (black)7.1%
Color previews
#edbddf text on a black background
contrast 12.95:1
Card sample
#edbddf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbddf;
Background color
Panel with #edbddf background
background-color: #edbddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbddf; background: linear-gradient(135deg, #edbddf, #EDBDBF);