#edbfd2
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 191, 210
HSL
335°, 56%, 84%
CMYK
0, 19, 11, 7
Luminance
0.5992
Every format
| HEX | #edbfd2 |
| RGB | rgb(237, 191, 210) |
| HSL | hsl(335, 56%, 84%) |
| CMYK | cmyk(0%, 19%, 11%, 7%) |
| LAB | lab(81.8 19.4 -3.3) |
| LCH | lch(81.8 19.7 350.5) |
| OKLCH | oklch(0.851 0.058 351.7) |
Copy-ready code
/* CSS */
color: #edbfd2;
background-color: #edbfd2;
/* Tailwind (arbitrary) */
class="text-[#edbfd2] bg-[#edbfd2]"
/* SCSS */
$brand: #edbfd2;
/* SwiftUI */
Color(red: 0.929, green: 0.749, blue: 0.824)
/* Android */
Color.parseColor("#edbfd2")Accessibility — WCAG contrast
Aa
#edbfd2 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbfd2 on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green74.9%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta19.4%
Yellow11.4%
Key (black)7.1%
Color previews
#edbfd2 text on a black background
contrast 12.98:1
Card sample
#edbfd2 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbfd2;
Background color
Panel with #edbfd2 background
background-color: #edbfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 191, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 191, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbfd2; background: linear-gradient(135deg, #edbfd2, #EDCBBF);