#e199eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
225, 153, 235
HSL
293°, 67%, 76%
CMYK
4, 35, 0, 8
Luminance
0.4479
Every format
| HEX | #e199eb |
| RGB | rgb(225, 153, 235) |
| HSL | hsl(293, 67%, 76%) |
| CMYK | cmyk(4%, 35%, 0%, 8%) |
| LAB | lab(72.8 40.2 -30.6) |
| LCH | lch(72.8 50.5 322.7) |
| OKLCH | oklch(0.781 0.137 322.4) |
Copy-ready code
/* CSS */
color: #e199eb;
background-color: #e199eb;
/* Tailwind (arbitrary) */
class="text-[#e199eb] bg-[#e199eb]"
/* SCSS */
$brand: #e199eb;
/* SwiftUI */
Color(red: 0.882, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#e199eb")Accessibility — WCAG contrast
Aa
#e199eb on white: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e199eb on black: 9.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green60.0%
Blue92.2%
CMYK percentages
Cyan4.3%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e199eb text on a black background
contrast 9.96:1
Card sample
#e199eb text on a white background
contrast 2.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e199eb;
Background color
Panel with #e199eb background
background-color: #e199eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e199eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e199eb; background: linear-gradient(135deg, #e199eb, #EB99BE);