#edbfd7
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 191, 215
HSL
329°, 56%, 84%
CMYK
0, 19, 9, 7
Luminance
0.6017
Every format
| HEX | #edbfd7 |
| RGB | rgb(237, 191, 215) |
| HSL | hsl(329, 56%, 84%) |
| CMYK | cmyk(0%, 19%, 9%, 7%) |
| LAB | lab(81.9 20.2 -5.7) |
| LCH | lch(81.9 21.0 344.2) |
| OKLCH | oklch(0.852 0.061 345.8) |
Copy-ready code
/* CSS */
color: #edbfd7;
background-color: #edbfd7;
/* Tailwind (arbitrary) */
class="text-[#edbfd7] bg-[#edbfd7]"
/* SCSS */
$brand: #edbfd7;
/* SwiftUI */
Color(red: 0.929, green: 0.749, blue: 0.843)
/* Android */
Color.parseColor("#edbfd7")Accessibility — WCAG contrast
Aa
#edbfd7 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbfd7 on black: 13.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green74.9%
Blue84.3%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow9.3%
Key (black)7.1%
Color previews
#edbfd7 text on a black background
contrast 13.03:1
Card sample
#edbfd7 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbfd7;
Background color
Panel with #edbfd7 background
background-color: #edbfd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbfd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 191, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 191, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbfd7; background: linear-gradient(135deg, #edbfd7, #EDC6BF);