#edbfdf
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 191, 223
HSL
318°, 56%, 84%
CMYK
0, 19, 6, 7
Luminance
0.6059
Every format
| HEX | #edbfdf |
| RGB | rgb(237, 191, 223) |
| HSL | hsl(318, 56%, 84%) |
| CMYK | cmyk(0%, 19%, 6%, 7%) |
| LAB | lab(82.2 21.6 -9.7) |
| LCH | lch(82.2 23.7 335.8) |
| OKLCH | oklch(0.855 0.067 337.5) |
Copy-ready code
/* CSS */
color: #edbfdf;
background-color: #edbfdf;
/* Tailwind (arbitrary) */
class="text-[#edbfdf] bg-[#edbfdf]"
/* SCSS */
$brand: #edbfdf;
/* SwiftUI */
Color(red: 0.929, green: 0.749, blue: 0.875)
/* Android */
Color.parseColor("#edbfdf")Accessibility — WCAG contrast
Aa
#edbfdf on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbfdf on black: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green74.9%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow5.9%
Key (black)7.1%
Color previews
#edbfdf text on a black background
contrast 13.12:1
Card sample
#edbfdf text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbfdf;
Background color
Panel with #edbfdf background
background-color: #edbfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 191, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 191, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbfdf; background: linear-gradient(135deg, #edbfdf, #EDBFC0);