#e6bade
a light, vivid magenta / pink · warm · closest name: pink
RGB
230, 186, 222
HSL
311°, 47%, 82%
CMYK
0, 19, 4, 10
Luminance
0.5721
Every format
| HEX | #e6bade |
| RGB | rgb(230, 186, 222) |
| HSL | hsl(311, 47%, 82%) |
| CMYK | cmyk(0%, 19%, 4%, 10%) |
| LAB | lab(80.3 21.7 -12.0) |
| LCH | lch(80.3 24.8 331.1) |
| OKLCH | oklch(0.839 0.069 332.5) |
Copy-ready code
/* CSS */
color: #e6bade;
background-color: #e6bade;
/* Tailwind (arbitrary) */
class="text-[#e6bade] bg-[#e6bade]"
/* SCSS */
$brand: #e6bade;
/* SwiftUI */
Color(red: 0.902, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#e6bade")Accessibility — WCAG contrast
Aa
#e6bade on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6bade on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta19.1%
Yellow3.5%
Key (black)9.8%
Color previews
#e6bade text on a black background
contrast 12.44:1
Card sample
#e6bade text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6bade;
Background color
Panel with #e6bade background
background-color: #e6bade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6bade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6bade; background: linear-gradient(135deg, #e6bade, #E6BAC1);