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