#e9bade
a light, vivid magenta / pink · warm · closest name: pink
RGB
233, 186, 222
HSL
314°, 52%, 82%
CMYK
0, 20, 5, 9
Luminance
0.5772
Every format
| HEX | #e9bade |
| RGB | rgb(233, 186, 222) |
| HSL | hsl(314, 52%, 82%) |
| CMYK | cmyk(0%, 20%, 5%, 9%) |
| LAB | lab(80.6 22.7 -11.6) |
| LCH | lch(80.6 25.5 333.1) |
| OKLCH | oklch(0.841 0.071 334.6) |
Copy-ready code
/* CSS */
color: #e9bade;
background-color: #e9bade;
/* Tailwind (arbitrary) */
class="text-[#e9bade] bg-[#e9bade]"
/* SCSS */
$brand: #e9bade;
/* SwiftUI */
Color(red: 0.914, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#e9bade")Accessibility — WCAG contrast
Aa
#e9bade on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e9bade on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow4.7%
Key (black)8.6%
Color previews
#e9bade text on a black background
contrast 12.54:1
Card sample
#e9bade text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e9bade;
Background color
Panel with #e9bade background
background-color: #e9bade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e9bade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e9bade; background: linear-gradient(135deg, #e9bade, #E9BABF);