#e092df
a light, vivid magenta / pink · warm · closest name: plum
RGB
224, 146, 223
HSL
301°, 56%, 73%
CMYK
0, 35, 0, 12
Luminance
0.4173
Every format
| HEX | #e092df |
| RGB | rgb(224, 146, 223) |
| HSL | hsl(301, 56%, 73%) |
| CMYK | cmyk(0%, 35%, 0%, 12%) |
| LAB | lab(70.7 41.3 -27.2) |
| LCH | lch(70.7 49.5 326.7) |
| OKLCH | oklch(0.764 0.136 327.2) |
Copy-ready code
/* CSS */
color: #e092df;
background-color: #e092df;
/* Tailwind (arbitrary) */
class="text-[#e092df] bg-[#e092df]"
/* SCSS */
$brand: #e092df;
/* SwiftUI */
Color(red: 0.878, green: 0.573, blue: 0.875)
/* Android */
Color.parseColor("#e092df")Accessibility — WCAG contrast
Aa
#e092df on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e092df on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green57.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta34.8%
Yellow0.4%
Key (black)12.2%
Color previews
#e092df text on a black background
contrast 9.35:1
Card sample
#e092df text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e092df;
Background color
Panel with #e092df background
background-color: #e092df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e092df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 146, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 146, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e092df; background: linear-gradient(135deg, #e092df, #E092AB);