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