#eeacdf
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 172, 223
HSL
314°, 66%, 80%
CMYK
0, 28, 6, 7
Luminance
0.5301
Every format
| HEX | #eeacdf |
| RGB | rgb(238, 172, 223) |
| HSL | hsl(314, 66%, 80%) |
| CMYK | cmyk(0%, 28%, 6%, 7%) |
| LAB | lab(77.9 32.0 -16.1) |
| LCH | lch(77.9 35.9 333.4) |
| OKLCH | oklch(0.822 0.101 334.9) |
Copy-ready code
/* CSS */
color: #eeacdf;
background-color: #eeacdf;
/* Tailwind (arbitrary) */
class="text-[#eeacdf] bg-[#eeacdf]"
/* SCSS */
$brand: #eeacdf;
/* SwiftUI */
Color(red: 0.933, green: 0.675, blue: 0.875)
/* Android */
Color.parseColor("#eeacdf")Accessibility — WCAG contrast
Aa
#eeacdf on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeacdf on black: 11.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green67.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta27.7%
Yellow6.3%
Key (black)6.7%
Color previews
#eeacdf text on a black background
contrast 11.60:1
Card sample
#eeacdf text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeacdf;
Background color
Panel with #eeacdf background
background-color: #eeacdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeacdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 172, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 172, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeacdf; background: linear-gradient(135deg, #eeacdf, #EEACB3);