#ebafd8
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 175, 216
HSL
319°, 60%, 80%
CMYK
0, 26, 8, 8
Luminance
0.5328
Every format
| HEX | #ebafd8 |
| RGB | rgb(235, 175, 216) |
| HSL | hsl(319, 60%, 80%) |
| CMYK | cmyk(0%, 26%, 8%, 8%) |
| LAB | lab(78.0 28.3 -12.1) |
| LCH | lch(78.0 30.7 336.8) |
| OKLCH | oklch(0.822 0.087 338.5) |
Copy-ready code
/* CSS */
color: #ebafd8;
background-color: #ebafd8;
/* Tailwind (arbitrary) */
class="text-[#ebafd8] bg-[#ebafd8]"
/* SCSS */
$brand: #ebafd8;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.847)
/* Android */
Color.parseColor("#ebafd8")Accessibility — WCAG contrast
Aa
#ebafd8 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebafd8 on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue84.7%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow8.1%
Key (black)7.8%
Color previews
#ebafd8 text on a black background
contrast 11.66:1
Card sample
#ebafd8 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebafd8;
Background color
Panel with #ebafd8 background
background-color: #ebafd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebafd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebafd8; background: linear-gradient(135deg, #ebafd8, #EBAFB0);