#eeadef
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 173, 239
HSL
299°, 67%, 81%
CMYK
0, 28, 0, 6
Luminance
0.5430
Every format
| HEX | #eeadef |
| RGB | rgb(238, 173, 239) |
| HSL | hsl(299, 67%, 81%) |
| CMYK | cmyk(0%, 28%, 0%, 6%) |
| LAB | lab(78.6 34.4 -23.6) |
| LCH | lch(78.6 41.7 325.5) |
| OKLCH | oklch(0.829 0.114 326.0) |
Copy-ready code
/* CSS */
color: #eeadef;
background-color: #eeadef;
/* Tailwind (arbitrary) */
class="text-[#eeadef] bg-[#eeadef]"
/* SCSS */
$brand: #eeadef;
/* SwiftUI */
Color(red: 0.933, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#eeadef")Accessibility — WCAG contrast
Aa
#eeadef on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeadef on black: 11.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.8%
Blue93.7%
CMYK percentages
Cyan0.4%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#eeadef text on a black background
contrast 11.86:1
Card sample
#eeadef text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeadef;
Background color
Panel with #eeadef background
background-color: #eeadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeadef; background: linear-gradient(135deg, #eeadef, #EFADC4);