#e092eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
224, 146, 235
HSL
293°, 69%, 75%
CMYK
5, 38, 0, 8
Luminance
0.4240
Every format
| HEX | #e092eb |
| RGB | rgb(224, 146, 235) |
| HSL | hsl(293, 69%, 75%) |
| CMYK | cmyk(5%, 38%, 0%, 8%) |
| LAB | lab(71.2 43.6 -33.0) |
| LCH | lch(71.2 54.7 322.8) |
| OKLCH | oklch(0.769 0.148 322.4) |
Copy-ready code
/* CSS */
color: #e092eb;
background-color: #e092eb;
/* Tailwind (arbitrary) */
class="text-[#e092eb] bg-[#e092eb]"
/* SCSS */
$brand: #e092eb;
/* SwiftUI */
Color(red: 0.878, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#e092eb")Accessibility — WCAG contrast
Aa
#e092eb on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e092eb on black: 9.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green57.3%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e092eb text on a black background
contrast 9.48:1
Card sample
#e092eb text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e092eb;
Background color
Panel with #e092eb background
background-color: #e092eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e092eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e092eb; background: linear-gradient(135deg, #e092eb, #EB92BB);