#ebacbe
a light, vivid magenta / pink · warm · closest name: pink
RGB
235, 172, 190
HSL
343°, 61%, 80%
CMYK
0, 27, 19, 8
Luminance
0.5088
Every format
| HEX | #ebacbe |
| RGB | rgb(235, 172, 190) |
| HSL | hsl(343, 61%, 80%) |
| CMYK | cmyk(0%, 27%, 19%, 8%) |
| LAB | lab(76.6 25.7 -0.1) |
| LCH | lch(76.6 25.7 359.9) |
| OKLCH | oklch(0.808 0.077 0.2) |
Copy-ready code
/* CSS */
color: #ebacbe;
background-color: #ebacbe;
/* Tailwind (arbitrary) */
class="text-[#ebacbe] bg-[#ebacbe]"
/* SCSS */
$brand: #ebacbe;
/* SwiftUI */
Color(red: 0.922, green: 0.675, blue: 0.745)
/* Android */
Color.parseColor("#ebacbe")Accessibility — WCAG contrast
Aa
#ebacbe on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ebacbe on black: 11.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green67.5%
Blue74.5%
CMYK percentages
Cyan0.0%
Magenta26.8%
Yellow19.1%
Key (black)7.8%
Color previews
#ebacbe text on a black background
contrast 11.18:1
Card sample
#ebacbe text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ebacbe;
Background color
Panel with #ebacbe background
background-color: #ebacbe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ebacbe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 172, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 172, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ebacbe; background: linear-gradient(135deg, #ebacbe, #EBC4AC);