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