#eebace
a light, vivid magenta / pink · warm · closest name: pink
RGB
238, 186, 206
HSL
337°, 61%, 83%
CMYK
0, 22, 13, 7
Luminance
0.5775
Every format
| HEX | #eebace |
| RGB | rgb(238, 186, 206) |
| HSL | hsl(337, 61%, 83%) |
| CMYK | cmyk(0%, 22%, 13%, 7%) |
| LAB | lab(80.6 21.8 -2.8) |
| LCH | lch(80.6 21.9 352.6) |
| OKLCH | oklch(0.841 0.065 353.6) |
Copy-ready code
/* CSS */
color: #eebace;
background-color: #eebace;
/* Tailwind (arbitrary) */
class="text-[#eebace] bg-[#eebace]"
/* SCSS */
$brand: #eebace;
/* SwiftUI */
Color(red: 0.933, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#eebace")Accessibility — WCAG contrast
Aa
#eebace on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eebace on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta21.8%
Yellow13.4%
Key (black)6.7%
Color previews
#eebace text on a black background
contrast 12.55:1
Card sample
#eebace text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eebace;
Background color
Panel with #eebace background
background-color: #eebace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eebace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eebace; background: linear-gradient(135deg, #eebace, #EEC9BA);