#edb3df
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 179, 223
HSL
315°, 62%, 82%
CMYK
0, 25, 6, 7
Luminance
0.5557
Every format
| HEX | #edb3df |
| RGB | rgb(237, 179, 223) |
| HSL | hsl(315, 62%, 82%) |
| CMYK | cmyk(0%, 25%, 6%, 7%) |
| LAB | lab(79.4 28.0 -13.9) |
| LCH | lch(79.4 31.2 333.7) |
| OKLCH | oklch(0.833 0.088 335.2) |
Copy-ready code
/* CSS */
color: #edb3df;
background-color: #edb3df;
/* Tailwind (arbitrary) */
class="text-[#edb3df] bg-[#edb3df]"
/* SCSS */
$brand: #edb3df;
/* SwiftUI */
Color(red: 0.929, green: 0.702, blue: 0.875)
/* Android */
Color.parseColor("#edb3df")Accessibility — WCAG contrast
Aa
#edb3df on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb3df on black: 12.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green70.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta24.5%
Yellow5.9%
Key (black)7.1%
Color previews
#edb3df text on a black background
contrast 12.11:1
Card sample
#edb3df text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb3df;
Background color
Panel with #edb3df background
background-color: #edb3df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb3df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 179, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 179, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb3df; background: linear-gradient(135deg, #edb3df, #EDB3B8);