#ebbef0
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 190, 240
HSL
294°, 63%, 84%
CMYK
2, 21, 0, 6
Luminance
0.6078
Every format
| HEX | #ebbef0 |
| RGB | rgb(235, 190, 240) |
| HSL | hsl(294, 63%, 84%) |
| CMYK | cmyk(2%, 21%, 0%, 6%) |
| LAB | lab(82.3 24.5 -18.7) |
| LCH | lch(82.3 30.8 322.7) |
| OKLCH | oklch(0.857 0.084 323.0) |
Copy-ready code
/* CSS */
color: #ebbef0;
background-color: #ebbef0;
/* Tailwind (arbitrary) */
class="text-[#ebbef0] bg-[#ebbef0]"
/* SCSS */
$brand: #ebbef0;
/* SwiftUI */
Color(red: 0.922, green: 0.745, blue: 0.941)
/* Android */
Color.parseColor("#ebbef0")Accessibility — WCAG contrast
Aa
#ebbef0 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbef0 on black: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.5%
Blue94.1%
CMYK percentages
Cyan2.1%
Magenta20.8%
Yellow0.0%
Key (black)5.9%
Color previews
#ebbef0 text on a black background
contrast 13.16:1
Card sample
#ebbef0 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbef0;
Background color
Panel with #ebbef0 background
background-color: #ebbef0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbef0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 190, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 190, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbef0; background: linear-gradient(135deg, #ebbef0, #F0BED4);