#e992df
a light, vivid magenta / pink · warm · closest name: plum
RGB
233, 146, 223
HSL
307°, 66%, 74%
CMYK
0, 37, 4, 9
Luminance
0.4321
Every format
| HEX | #e992df |
| RGB | rgb(233, 146, 223) |
| HSL | hsl(307, 66%, 74%) |
| CMYK | cmyk(0%, 37%, 4%, 9%) |
| LAB | lab(71.7 44.1 -25.5) |
| LCH | lch(71.7 51.0 330.0) |
| OKLCH | oklch(0.774 0.143 331.0) |
Copy-ready code
/* CSS */
color: #e992df;
background-color: #e992df;
/* Tailwind (arbitrary) */
class="text-[#e992df] bg-[#e992df]"
/* SCSS */
$brand: #e992df;
/* SwiftUI */
Color(red: 0.914, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#e992df")Accessibility — WCAG contrast
Aa
#e992df on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e992df on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.4%
Green57.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta37.3%
Yellow4.3%
Key (black)8.6%
Color previews
#e992df text on a black background
contrast 9.64:1
Card sample
#e992df text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e992df;
Background color
Panel with #e992df background
background-color: #e992df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e992df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(233, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(233, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e992df; background: linear-gradient(135deg, #e992df, #E992A5);