#e8bade
a light, vivid magenta / pink · warm · closest name: pink
RGB
232, 186, 222
HSL
313°, 50%, 82%
CMYK
0, 20, 4, 9
Luminance
0.5755
Every format
| HEX | #e8bade |
| RGB | rgb(232, 186, 222) |
| HSL | hsl(313, 50%, 82%) |
| CMYK | cmyk(0%, 20%, 4%, 9%) |
| LAB | lab(80.5 22.4 -11.7) |
| LCH | lch(80.5 25.3 332.4) |
| OKLCH | oklch(0.840 0.071 333.9) |
Copy-ready code
/* CSS */
color: #e8bade;
background-color: #e8bade;
/* Tailwind (arbitrary) */
class="text-[#e8bade] bg-[#e8bade]"
/* SCSS */
$brand: #e8bade;
/* SwiftUI */
Color(red: 0.910, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#e8bade")Accessibility — WCAG contrast
Aa
#e8bade on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e8bade on black: 12.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta19.8%
Yellow4.3%
Key (black)9.0%
Color previews
#e8bade text on a black background
contrast 12.51:1
Card sample
#e8bade text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e8bade;
Background color
Panel with #e8bade background
background-color: #e8bade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e8bade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e8bade; background: linear-gradient(135deg, #e8bade, #E8BAC0);