#eeb9df
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 185, 223
HSL
317°, 61%, 83%
CMYK
0, 22, 6, 7
Luminance
0.5820
Every format
| HEX | #eeb9df |
| RGB | rgb(238, 185, 223) |
| HSL | hsl(317, 61%, 83%) |
| CMYK | cmyk(0%, 22%, 6%, 7%) |
| LAB | lab(80.8 25.1 -11.6) |
| LCH | lch(80.8 27.7 335.2) |
| OKLCH | oklch(0.845 0.078 336.8) |
Copy-ready code
/* CSS */
color: #eeb9df;
background-color: #eeb9df;
/* Tailwind (arbitrary) */
class="text-[#eeb9df] bg-[#eeb9df]"
/* SCSS */
$brand: #eeb9df;
/* SwiftUI */
Color(red: 0.933, green: 0.725, blue: 0.875)
/* Android */
Color.parseColor("#eeb9df")Accessibility — WCAG contrast
Aa
#eeb9df on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eeb9df on black: 12.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow6.3%
Key (black)6.7%
Color previews
#eeb9df text on a black background
contrast 12.64:1
Card sample
#eeb9df text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eeb9df;
Background color
Panel with #eeb9df background
background-color: #eeb9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eeb9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 185, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 185, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eeb9df; background: linear-gradient(135deg, #eeb9df, #EEB9BB);