#ebace7
a light, vivid magenta / pink · warm · closest name: plum
RGB
235, 172, 231
HSL
304°, 61%, 80%
CMYK
0, 27, 2, 8
Luminance
0.5294
Every format
| HEX | #ebace7 |
| RGB | rgb(235, 172, 231) |
| HSL | hsl(304, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 2%, 8%) |
| LAB | lab(77.8 32.5 -20.5) |
| LCH | lch(77.8 38.4 327.7) |
| OKLCH | oklch(0.822 0.106 328.6) |
Copy-ready code
/* CSS */
color: #ebace7;
background-color: #ebace7;
/* Tailwind (arbitrary) */
class="text-[#ebace7] bg-[#ebace7]"
/* SCSS */
$brand: #ebace7;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.906)
/* Android */
Color.parseColor("#ebace7")Accessibility — WCAG contrast
Aa
#ebace7 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebace7 on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow1.7%
Key (black)7.8%
Color previews
#ebace7 text on a black background
contrast 11.59:1
Card sample
#ebace7 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebace7;
Background color
Panel with #ebace7 background
background-color: #ebace7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebace7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebace7; background: linear-gradient(135deg, #ebace7, #EBACBD);