#edbdf6
a pale, electric magenta / pink · warm · closest name: plum
RGB
237, 189, 246
HSL
291°, 76%, 85%
CMYK
4, 23, 0, 4
Luminance
0.6105
Every format
| HEX | #edbdf6 |
| RGB | rgb(237, 189, 246) |
| HSL | hsl(291, 76%, 85%) |
| CMYK | cmyk(4%, 23%, 0%, 4%) |
| LAB | lab(82.4 26.8 -21.6) |
| LCH | lch(82.4 34.5 321.1) |
| OKLCH | oklch(0.859 0.093 321.0) |
Copy-ready code
/* CSS */
color: #edbdf6;
background-color: #edbdf6;
/* Tailwind (arbitrary) */
class="text-[#edbdf6] bg-[#edbdf6]"
/* SCSS */
$brand: #edbdf6;
/* SwiftUI */
Color(red: 0.929, green: 0.741, blue: 0.965)
/* Android */
Color.parseColor("#edbdf6")Accessibility — WCAG contrast
Aa
#edbdf6 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edbdf6 on black: 13.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green74.1%
Blue96.5%
CMYK percentages
Cyan3.7%
Magenta23.2%
Yellow0.0%
Key (black)3.5%
Color previews
#edbdf6 text on a black background
contrast 13.21:1
Card sample
#edbdf6 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edbdf6;
Background color
Panel with #edbdf6 background
background-color: #edbdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edbdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 189, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 189, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edbdf6; background: linear-gradient(135deg, #edbdf6, #F6BDD9);