#e290ba
a light, vivid magenta / pink · warm · closest name: plum
RGB
226, 144, 186
HSL
329°, 59%, 73%
CMYK
0, 36, 18, 11
Luminance
0.3966
Every format
| HEX | #e290ba |
| RGB | rgb(226, 144, 186) |
| HSL | hsl(329, 59%, 73%) |
| CMYK | cmyk(0%, 36%, 18%, 11%) |
| LAB | lab(69.2 36.8 -8.8) |
| LCH | lch(69.2 37.9 346.5) |
| OKLCH | oklch(0.749 0.112 348.1) |
Copy-ready code
/* CSS */
color: #e290ba;
background-color: #e290ba;
/* Tailwind (arbitrary) */
class="text-[#e290ba] bg-[#e290ba]"
/* SCSS */
$brand: #e290ba;
/* SwiftUI */
Color(red: 0.886, green: 0.565, blue: 0.729)
/* Android */
Color.parseColor("#e290ba")Accessibility — WCAG contrast
Aa
#e290ba on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e290ba on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green56.5%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta36.3%
Yellow17.7%
Key (black)11.4%
Color previews
#e290ba text on a black background
contrast 8.93:1
Card sample
#e290ba text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e290ba;
Background color
Panel with #e290ba background
background-color: #e290ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e290ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 144, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 144, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e290ba; background: linear-gradient(135deg, #e290ba, #E29D90);