#edbccf
a light, vivid magenta / pink · warm · closest name: pink
RGB
237, 188, 207
HSL
337°, 58%, 83%
CMYK
0, 21, 13, 7
Luminance
0.5848
Every format
| HEX | #edbccf |
| RGB | rgb(237, 188, 207) |
| HSL | hsl(337, 58%, 83%) |
| CMYK | cmyk(0%, 21%, 13%, 7%) |
| LAB | lab(81.0 20.5 -2.8) |
| LCH | lch(81.0 20.7 352.2) |
| OKLCH | oklch(0.844 0.061 353.3) |
Copy-ready code
/* CSS */
color: #edbccf;
background-color: #edbccf;
/* Tailwind (arbitrary) */
class="text-[#edbccf] bg-[#edbccf]"
/* SCSS */
$brand: #edbccf;
/* SwiftUI */
Color(red: 0.929, green: 0.737, blue: 0.812)
/* Android */
Color.parseColor("#edbccf")Accessibility — WCAG contrast
Aa
#edbccf on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbccf on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green73.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta20.7%
Yellow12.7%
Key (black)7.1%
Color previews
#edbccf text on a black background
contrast 12.70:1
Card sample
#edbccf text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbccf;
Background color
Panel with #edbccf background
background-color: #edbccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 188, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 188, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbccf; background: linear-gradient(135deg, #edbccf, #EDCABC);