#edb5df
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 181, 223
HSL
315°, 61%, 82%
CMYK
0, 24, 6, 7
Luminance
0.5638
Every format
| HEX | #edb5df |
| RGB | rgb(237, 181, 223) |
| HSL | hsl(315, 61%, 82%) |
| CMYK | cmyk(0%, 24%, 6%, 7%) |
| LAB | lab(79.8 26.9 -13.2) |
| LCH | lch(79.8 30.0 333.9) |
| OKLCH | oklch(0.837 0.085 335.5) |
Copy-ready code
/* CSS */
color: #edb5df;
background-color: #edb5df;
/* Tailwind (arbitrary) */
class="text-[#edb5df] bg-[#edb5df]"
/* SCSS */
$brand: #edb5df;
/* SwiftUI */
Color(red: 0.929, green: 0.710, blue: 0.875)
/* Android */
Color.parseColor("#edb5df")Accessibility — WCAG contrast
Aa
#edb5df on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edb5df on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green71.0%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta23.6%
Yellow5.9%
Key (black)7.1%
Color previews
#edb5df text on a black background
contrast 12.28:1
Card sample
#edb5df text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edb5df;
Background color
Panel with #edb5df background
background-color: #edb5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edb5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 181, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 181, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edb5df; background: linear-gradient(135deg, #edb5df, #EDB5BA);