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