#ebbddf
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 189, 223
HSL
316°, 54%, 83%
CMYK
0, 20, 5, 8
Luminance
0.5939
Every format
| HEX | #ebbddf |
| RGB | rgb(235, 189, 223) |
| HSL | hsl(316, 54%, 83%) |
| CMYK | cmyk(0%, 20%, 5%, 8%) |
| LAB | lab(81.5 22.0 -10.7) |
| LCH | lch(81.5 24.4 334.1) |
| OKLCH | oklch(0.849 0.069 335.6) |
Copy-ready code
/* CSS */
color: #ebbddf;
background-color: #ebbddf;
/* Tailwind (arbitrary) */
class="text-[#ebbddf] bg-[#ebbddf]"
/* SCSS */
$brand: #ebbddf;
/* SwiftUI */
Color(red: 0.922, green: 0.741, blue: 0.875)
/* Android */
Color.parseColor("#ebbddf")Accessibility — WCAG contrast
Aa
#ebbddf on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebbddf on black: 12.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green74.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta19.6%
Yellow5.1%
Key (black)7.8%
Color previews
#ebbddf text on a black background
contrast 12.88:1
Card sample
#ebbddf text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebbddf;
Background color
Panel with #ebbddf background
background-color: #ebbddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebbddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 189, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 189, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebbddf; background: linear-gradient(135deg, #ebbddf, #EBBDC0);