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