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