#e4a6b8
a light, vivid magenta / pink · warm · closest name: pink
RGB
228, 166, 184
HSL
343°, 53%, 77%
CMYK
0, 27, 19, 11
Luminance
0.4723
Every format
| HEX | #e4a6b8 |
| RGB | rgb(228, 166, 184) |
| HSL | hsl(343, 53%, 77%) |
| CMYK | cmyk(0%, 27%, 19%, 11%) |
| LAB | lab(74.3 25.5 -0.2) |
| LCH | lch(74.3 25.5 359.6) |
| OKLCH | oklch(0.789 0.076 359.9) |
Copy-ready code
/* CSS */
color: #e4a6b8;
background-color: #e4a6b8;
/* Tailwind (arbitrary) */
class="text-[#e4a6b8] bg-[#e4a6b8]"
/* SCSS */
$brand: #e4a6b8;
/* SwiftUI */
Color(red: 0.894, green: 0.651, blue: 0.722)
/* Android */
Color.parseColor("#e4a6b8")Accessibility — WCAG contrast
Aa
#e4a6b8 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e4a6b8 on black: 10.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green65.1%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow19.3%
Key (black)10.6%
Color previews
#e4a6b8 text on a black background
contrast 10.45:1
Card sample
#e4a6b8 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e4a6b8;
Background color
Panel with #e4a6b8 background
background-color: #e4a6b8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e4a6b8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 166, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 166, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e4a6b8; background: linear-gradient(135deg, #e4a6b8, #E4BDA6);