#e985a6
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 133, 166
HSL
340°, 69%, 72%
CMYK
0, 43, 29, 9
Luminance
0.3685
Every format
| HEX | #e985a6 |
| RGB | rgb(233, 133, 166) |
| HSL | hsl(340, 69%, 72%) |
| CMYK | cmyk(0%, 43%, 29%, 9%) |
| LAB | lab(67.2 42.1 -0.6) |
| LCH | lch(67.2 42.1 359.2) |
| OKLCH | oklch(0.733 0.127 359.6) |
Copy-ready code
/* CSS */
color: #e985a6;
background-color: #e985a6;
/* Tailwind (arbitrary) */
class="text-[#e985a6] bg-[#e985a6]"
/* SCSS */
$brand: #e985a6;
/* SwiftUI */
Color(red: 0.914, green: 0.522, blue: 0.651)
/* Android */
Color.parseColor("#e985a6")Accessibility — WCAG contrast
Aa
#e985a6 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e985a6 on black: 8.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green52.2%
Blue65.1%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow28.8%
Key (black)8.6%
Color previews
#e985a6 text on a black background
contrast 8.37:1
Card sample
#e985a6 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e985a6;
Background color
Panel with #e985a6 background
background-color: #e985a6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e985a6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 133, 166, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 133, 166, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e985a6; background: linear-gradient(135deg, #e985a6, #E9A785);