#eebaeb
a light, vivid magenta / pink · warm · closest name: plum
RGB
238, 186, 235
HSL
304°, 61%, 83%
CMYK
0, 22, 1, 7
Luminance
0.5929
Every format
| HEX | #eebaeb |
| RGB | rgb(238, 186, 235) |
| HSL | hsl(304, 61%, 83%) |
| CMYK | cmyk(0%, 22%, 1%, 7%) |
| LAB | lab(81.5 26.7 -17.2) |
| LCH | lch(81.5 31.8 327.3) |
| OKLCH | oklch(0.851 0.087 328.2) |
Copy-ready code
/* CSS */
color: #eebaeb;
background-color: #eebaeb;
/* Tailwind (arbitrary) */
class="text-[#eebaeb] bg-[#eebaeb]"
/* SCSS */
$brand: #eebaeb;
/* SwiftUI */
Color(red: 0.933, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#eebaeb")Accessibility — WCAG contrast
Aa
#eebaeb on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebaeb on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.9%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow1.3%
Key (black)6.7%
Color previews
#eebaeb text on a black background
contrast 12.86:1
Card sample
#eebaeb text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebaeb;
Background color
Panel with #eebaeb background
background-color: #eebaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebaeb; background: linear-gradient(135deg, #eebaeb, #EEBAC8);