#edaef6
a light, electric magenta / pink · warm · closest name: plum
RGB
237, 174, 246
HSL
293°, 80%, 82%
CMYK
4, 29, 0, 4
Luminance
0.5493
Every format
| HEX | #edaef6 |
| RGB | rgb(237, 174, 246) |
| HSL | hsl(293, 80%, 82%) |
| CMYK | cmyk(4%, 29%, 0%, 4%) |
| LAB | lab(79.0 34.8 -26.8) |
| LCH | lch(79.0 44.0 322.4) |
| OKLCH | oklch(0.833 0.119 322.3) |
Copy-ready code
/* CSS */
color: #edaef6;
background-color: #edaef6;
/* Tailwind (arbitrary) */
class="text-[#edaef6] bg-[#edaef6]"
/* SCSS */
$brand: #edaef6;
/* SwiftUI */
Color(red: 0.929, green: 0.682, blue: 0.965)
/* Android */
Color.parseColor("#edaef6")Accessibility — WCAG contrast
Aa
#edaef6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edaef6 on black: 11.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green68.2%
Blue96.5%
CMYK percentages
Cyan3.7%
Magenta29.3%
Yellow0.0%
Key (black)3.5%
Color previews
#edaef6 text on a black background
contrast 11.99:1
Card sample
#edaef6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edaef6;
Background color
Panel with #edaef6 background
background-color: #edaef6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edaef6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 174, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 174, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edaef6; background: linear-gradient(135deg, #edaef6, #F6AECF);