#edacef
a light, vivid magenta / pink · warm · closest name: plum
RGB
237, 172, 239
HSL
298°, 68%, 81%
CMYK
1, 28, 0, 6
Luminance
0.5374
Every format
| HEX | #edacef |
| RGB | rgb(237, 172, 239) |
| HSL | hsl(298, 68%, 81%) |
| CMYK | cmyk(1%, 28%, 0%, 6%) |
| LAB | lab(78.3 34.6 -24.1) |
| LCH | lch(78.3 42.1 325.1) |
| OKLCH | oklch(0.827 0.115 325.6) |
Copy-ready code
/* CSS */
color: #edacef;
background-color: #edacef;
/* Tailwind (arbitrary) */
class="text-[#edacef] bg-[#edacef]"
/* SCSS */
$brand: #edacef;
/* SwiftUI */
Color(red: 0.929, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#edacef")Accessibility — WCAG contrast
Aa
#edacef on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edacef on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green67.5%
Blue93.7%
CMYK percentages
Cyan0.8%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#edacef text on a black background
contrast 11.75:1
Card sample
#edacef text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edacef;
Background color
Panel with #edacef background
background-color: #edacef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edacef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edacef; background: linear-gradient(135deg, #edacef, #EFACC4);