#ebbceb
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 188, 235
HSL
300°, 54%, 83%
CMYK
0, 20, 0, 8
Luminance
0.5963
Every format
| HEX | #ebbceb |
| RGB | rgb(235, 188, 235) |
| HSL | hsl(300, 54%, 83%) |
| CMYK | cmyk(0%, 20%, 0%, 8%) |
| LAB | lab(81.6 24.7 -16.9) |
| LCH | lch(81.6 29.9 325.5) |
| OKLCH | oklch(0.851 0.082 326.3) |
Copy-ready code
/* CSS */
color: #ebbceb;
background-color: #ebbceb;
/* Tailwind (arbitrary) */
class="text-[#ebbceb] bg-[#ebbceb]"
/* SCSS */
$brand: #ebbceb;
/* SwiftUI */
Color(red: 0.922, green: 0.737, blue: 0.922)
/* Android */
Color.parseColor("#ebbceb")Accessibility — WCAG contrast
Aa
#ebbceb on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbceb on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green73.7%
Blue92.2%
CMYK percentages
Cyan0.0%
Magenta20.0%
Yellow0.0%
Key (black)7.8%
Color previews
#ebbceb text on a black background
contrast 12.93:1
Card sample
#ebbceb text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbceb;
Background color
Panel with #ebbceb background
background-color: #ebbceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 188, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 188, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbceb; background: linear-gradient(135deg, #ebbceb, #EBBCCC);