#eeafee
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 175, 238
HSL
300°, 65%, 81%
CMYK
0, 27, 0, 7
Luminance
0.5501
Every format
| HEX | #eeafee |
| RGB | rgb(238, 175, 238) |
| HSL | hsl(300, 65%, 81%) |
| CMYK | cmyk(0%, 27%, 0%, 7%) |
| LAB | lab(79.0 33.1 -22.4) |
| LCH | lch(79.0 40.0 325.9) |
| OKLCH | oklch(0.832 0.110 326.5) |
Copy-ready code
/* CSS */
color: #eeafee;
background-color: #eeafee;
/* Tailwind (arbitrary) */
class="text-[#eeafee] bg-[#eeafee]"
/* SCSS */
$brand: #eeafee;
/* SwiftUI */
Color(red: 0.933, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#eeafee")Accessibility — WCAG contrast
Aa
#eeafee on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeafee on black: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green68.6%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#eeafee text on a black background
contrast 12.00:1
Card sample
#eeafee text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeafee;
Background color
Panel with #eeafee background
background-color: #eeafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeafee; background: linear-gradient(135deg, #eeafee, #EEAFC4);