#ebafd4
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 175, 212
HSL
323°, 60%, 80%
CMYK
0, 26, 10, 8
Luminance
0.5308
Every format
| HEX | #ebafd4 |
| RGB | rgb(235, 175, 212) |
| HSL | hsl(323, 60%, 80%) |
| CMYK | cmyk(0%, 26%, 10%, 8%) |
| LAB | lab(77.9 27.6 -10.1) |
| LCH | lch(77.9 29.4 339.9) |
| OKLCH | oklch(0.820 0.084 341.6) |
Copy-ready code
/* CSS */
color: #ebafd4;
background-color: #ebafd4;
/* Tailwind (arbitrary) */
class="text-[#ebafd4] bg-[#ebafd4]"
/* SCSS */
$brand: #ebafd4;
/* SwiftUI */
Color(red: 0.922, green: 0.686, blue: 0.831)
/* Android */
Color.parseColor("#ebafd4")Accessibility — WCAG contrast
Aa
#ebafd4 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebafd4 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green68.6%
Blue83.1%
CMYK percentages
Cyan0.0%
Magenta25.5%
Yellow9.8%
Key (black)7.8%
Color previews
#ebafd4 text on a black background
contrast 11.62:1
Card sample
#ebafd4 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebafd4;
Background color
Panel with #ebafd4 background
background-color: #ebafd4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebafd4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 175, 212, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 175, 212, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebafd4; background: linear-gradient(135deg, #ebafd4, #EBB2AF);