#edb0df
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 176, 223
HSL
314°, 63%, 81%
CMYK
0, 26, 6, 7
Luminance
0.5438
Every format
| HEX | #edb0df |
| RGB | rgb(237, 176, 223) |
| HSL | hsl(314, 63%, 81%) |
| CMYK | cmyk(0%, 26%, 6%, 7%) |
| LAB | lab(78.7 29.6 -14.9) |
| LCH | lch(78.7 33.1 333.3) |
| OKLCH | oklch(0.828 0.093 334.8) |
Copy-ready code
/* CSS */
color: #edb0df;
background-color: #edb0df;
/* Tailwind (arbitrary) */
class="text-[#edb0df] bg-[#edb0df]"
/* SCSS */
$brand: #edb0df;
/* SwiftUI */
Color(red: 0.929, green: 0.690, blue: 0.875)
/* Android */
Color.parseColor("#edb0df")Accessibility — WCAG contrast
Aa
#edb0df on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb0df on black: 11.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green69.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta25.7%
Yellow5.9%
Key (black)7.1%
Color previews
#edb0df text on a black background
contrast 11.88:1
Card sample
#edb0df text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb0df;
Background color
Panel with #edb0df background
background-color: #edb0df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb0df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 176, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 176, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb0df; background: linear-gradient(135deg, #edb0df, #EDB0B6);