#e9bace
a light, vivid magenta / pink · warm · closest name: pink
RGB
233, 186, 206
HSL
335°, 52%, 82%
CMYK
0, 20, 12, 9
Luminance
0.5690
Every format
| HEX | #e9bace |
| RGB | rgb(233, 186, 206) |
| HSL | hsl(335, 52%, 82%) |
| CMYK | cmyk(0%, 20%, 12%, 9%) |
| LAB | lab(80.1 20.0 -3.6) |
| LCH | lch(80.1 20.3 349.8) |
| OKLCH | oklch(0.836 0.060 351.1) |
Copy-ready code
/* CSS */
color: #e9bace;
background-color: #e9bace;
/* Tailwind (arbitrary) */
class="text-[#e9bace] bg-[#e9bace]"
/* SCSS */
$brand: #e9bace;
/* SwiftUI */
Color(red: 0.914, green: 0.729, blue: 0.808)
/* Android */
Color.parseColor("#e9bace")Accessibility — WCAG contrast
Aa
#e9bace on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9bace on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green72.9%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow11.6%
Key (black)8.6%
Color previews
#e9bace text on a black background
contrast 12.38:1
Card sample
#e9bace text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9bace;
Background color
Panel with #e9bace background
background-color: #e9bace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9bace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 186, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 186, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9bace; background: linear-gradient(135deg, #e9bace, #E9C6BA);