#edacda
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 172, 218
HSL
318°, 64%, 80%
CMYK
0, 27, 8, 7
Luminance
0.5257
Every format
| HEX | #edacda |
| RGB | rgb(237, 172, 218) |
| HSL | hsl(318, 64%, 80%) |
| CMYK | cmyk(0%, 27%, 8%, 7%) |
| LAB | lab(77.6 30.9 -13.8) |
| LCH | lch(77.6 33.8 336.0) |
| OKLCH | oklch(0.819 0.096 337.6) |
Copy-ready code
/* CSS */
color: #edacda;
background-color: #edacda;
/* Tailwind (arbitrary) */
class="text-[#edacda] bg-[#edacda]"
/* SCSS */
$brand: #edacda;
/* SwiftUI */
Color(red: 0.929, green: 0.675, blue: 0.855)
/* Android */
Color.parseColor("#edacda")Accessibility — WCAG contrast
Aa
#edacda on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edacda on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green67.5%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow8.0%
Key (black)7.1%
Color previews
#edacda text on a black background
contrast 11.51:1
Card sample
#edacda text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edacda;
Background color
Panel with #edacda background
background-color: #edacda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edacda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 172, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 172, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edacda; background: linear-gradient(135deg, #edacda, #EDACAF);