#e28abc
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 138, 188
HSL
326°, 60%, 71%
CMYK
0, 39, 17, 11
Luminance
0.3798
Every format
| HEX | #e28abc |
| RGB | rgb(226, 138, 188) |
| HSL | hsl(326, 60%, 71%) |
| CMYK | cmyk(0%, 39%, 17%, 11%) |
| LAB | lab(68.0 40.3 -11.8) |
| LCH | lch(68.0 42.0 343.7) |
| OKLCH | oklch(0.740 0.123 345.4) |
Copy-ready code
/* CSS */
color: #e28abc;
background-color: #e28abc;
/* Tailwind (arbitrary) */
class="text-[#e28abc] bg-[#e28abc]"
/* SCSS */
$brand: #e28abc;
/* SwiftUI */
Color(red: 0.886, green: 0.541, blue: 0.737)
/* Android */
Color.parseColor("#e28abc")Accessibility — WCAG contrast
Aa
#e28abc on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e28abc on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green54.1%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta38.9%
Yellow16.8%
Key (black)11.4%
Color previews
#e28abc text on a black background
contrast 8.60:1
Card sample
#e28abc text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e28abc;
Background color
Panel with #e28abc background
background-color: #e28abc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e28abc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 138, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 138, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e28abc; background: linear-gradient(135deg, #e28abc, #E2938A);