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