#e4bade
a light, soft magenta / pink · warm · closest name: pink
RGB
228, 186, 222
HSL
309°, 44%, 81%
CMYK
0, 18, 3, 11
Luminance
0.5689
Every format
| HEX | #e4bade |
| RGB | rgb(228, 186, 222) |
| HSL | hsl(309, 44%, 81%) |
| CMYK | cmyk(0%, 18%, 3%, 11%) |
| LAB | lab(80.1 21.1 -12.3) |
| LCH | lch(80.1 24.4 329.7) |
| OKLCH | oklch(0.837 0.068 331.0) |
Copy-ready code
/* CSS */
color: #e4bade;
background-color: #e4bade;
/* Tailwind (arbitrary) */
class="text-[#e4bade] bg-[#e4bade]"
/* SCSS */
$brand: #e4bade;
/* SwiftUI */
Color(red: 0.894, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#e4bade")Accessibility — WCAG contrast
Aa
#e4bade on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4bade on black: 12.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green72.9%
Blue87.1%
CMYK percentages
Cyan0.0%
Magenta18.4%
Yellow2.6%
Key (black)10.6%
Color previews
#e4bade text on a black background
contrast 12.38:1
Card sample
#e4bade text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4bade;
Background color
Panel with #e4bade background
background-color: #e4bade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4bade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4bade; background: linear-gradient(135deg, #e4bade, #E4BAC2);