#eeabeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 171, 235
HSL
303°, 66%, 80%
CMYK
0, 28, 1, 7
Luminance
0.5330
Every format
| HEX | #eeabeb |
| RGB | rgb(238, 171, 235) |
| HSL | hsl(303, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 1%, 7%) |
| LAB | lab(78.0 34.7 -22.3) |
| LCH | lch(78.0 41.3 327.2) |
| OKLCH | oklch(0.825 0.114 328.1) |
Copy-ready code
/* CSS */
color: #eeabeb;
background-color: #eeabeb;
/* Tailwind (arbitrary) */
class="text-[#eeabeb] bg-[#eeabeb]"
/* SCSS */
$brand: #eeabeb;
/* SwiftUI */
Color(red: 0.933, green: 0.671, blue: 0.922)
/* Android */
Color.parseColor("#eeabeb")Accessibility — WCAG contrast
Aa
#eeabeb on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeabeb on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.1%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta28.2%
Yellow1.3%
Key (black)6.7%
Color previews
#eeabeb text on a black background
contrast 11.66:1
Card sample
#eeabeb text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeabeb;
Background color
Panel with #eeabeb background
background-color: #eeabeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeabeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 171, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 171, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeabeb; background: linear-gradient(135deg, #eeabeb, #EEABBE);