#eebeee
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 190, 238
HSL
300°, 59%, 84%
CMYK
0, 20, 0, 7
Luminance
0.6118
Every format
| HEX | #eebeee |
| RGB | rgb(238, 190, 238) |
| HSL | hsl(300, 59%, 84%) |
| CMYK | cmyk(0%, 20%, 0%, 7%) |
| LAB | lab(82.5 25.1 -17.2) |
| LCH | lch(82.5 30.5 325.6) |
| OKLCH | oklch(0.859 0.083 326.3) |
Copy-ready code
/* CSS */
color: #eebeee;
background-color: #eebeee;
/* Tailwind (arbitrary) */
class="text-[#eebeee] bg-[#eebeee]"
/* SCSS */
$brand: #eebeee;
/* SwiftUI */
Color(red: 0.933, green: 0.745, blue: 0.933)
/* Android */
Color.parseColor("#eebeee")Accessibility — WCAG contrast
Aa
#eebeee on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebeee on black: 13.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green74.5%
Blue93.3%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow0.0%
Key (black)6.7%
Color previews
#eebeee text on a black background
contrast 13.24:1
Card sample
#eebeee text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebeee;
Background color
Panel with #eebeee background
background-color: #eebeee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebeee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 190, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 190, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebeee; background: linear-gradient(135deg, #eebeee, #EEBECE);