#eaadef
a light, vivid magenta / pink · warm · closest name: plum
RGB
234, 173, 239
HSL
296°, 67%, 81%
CMYK
2, 28, 0, 6
Luminance
0.5361
Every format
| HEX | #eaadef |
| RGB | rgb(234, 173, 239) |
| HSL | hsl(296, 67%, 81%) |
| CMYK | cmyk(2%, 28%, 0%, 6%) |
| LAB | lab(78.2 33.1 -24.2) |
| LCH | lch(78.2 41.0 323.8) |
| OKLCH | oklch(0.825 0.112 324.0) |
Copy-ready code
/* CSS */
color: #eaadef;
background-color: #eaadef;
/* Tailwind (arbitrary) */
class="text-[#eaadef] bg-[#eaadef]"
/* SCSS */
$brand: #eaadef;
/* SwiftUI */
Color(red: 0.918, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#eaadef")Accessibility — WCAG contrast
Aa
#eaadef on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eaadef on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan2.1%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#eaadef text on a black background
contrast 11.72:1
Card sample
#eaadef text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eaadef;
Background color
Panel with #eaadef background
background-color: #eaadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eaadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(234, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(234, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eaadef; background: linear-gradient(135deg, #eaadef, #EFADC8);