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