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