#e99df2
a light, electric magenta / pink · warm · closest name: plum
RGB
233, 157, 242
HSL
294°, 77%, 78%
CMYK
4, 35, 0, 5
Luminance
0.4785
Every format
| HEX | #e99df2 |
| RGB | rgb(233, 157, 242) |
| HSL | hsl(294, 77%, 78%) |
| CMYK | cmyk(4%, 35%, 0%, 5%) |
| LAB | lab(74.7 41.8 -31.3) |
| LCH | lch(74.7 52.2 323.2) |
| OKLCH | oklch(0.799 0.142 323.0) |
Copy-ready code
/* CSS */
color: #e99df2;
background-color: #e99df2;
/* Tailwind (arbitrary) */
class="text-[#e99df2] bg-[#e99df2]"
/* SCSS */
$brand: #e99df2;
/* SwiftUI */
Color(red: 0.914, green: 0.616, blue: 0.949)
/* Android */
Color.parseColor("#e99df2")Accessibility — WCAG contrast
Aa
#e99df2 on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e99df2 on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green61.6%
Blue94.9%
CMYK percentages
Cyan3.7%
Magenta35.1%
Yellow0.0%
Key (black)5.1%
Color previews
#e99df2 text on a black background
contrast 10.57:1
Card sample
#e99df2 text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e99df2;
Background color
Panel with #e99df2 background
background-color: #e99df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e99df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 157, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 157, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e99df2; background: linear-gradient(135deg, #e99df2, #F29DC2);