#e892eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
232, 146, 235
HSL
298°, 69%, 75%
CMYK
1, 38, 0, 8
Luminance
0.4371
Every format
| HEX | #e892eb |
| RGB | rgb(232, 146, 235) |
| HSL | hsl(298, 69%, 75%) |
| CMYK | cmyk(1%, 38%, 0%, 8%) |
| LAB | lab(72.0 46.0 -31.6) |
| LCH | lch(72.0 55.8 325.5) |
| OKLCH | oklch(0.777 0.153 325.7) |
Copy-ready code
/* CSS */
color: #e892eb;
background-color: #e892eb;
/* Tailwind (arbitrary) */
class="text-[#e892eb] bg-[#e892eb]"
/* SCSS */
$brand: #e892eb;
/* SwiftUI */
Color(red: 0.910, green: 0.573, blue: 0.922)
/* Android */
Color.parseColor("#e892eb")Accessibility — WCAG contrast
Aa
#e892eb on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e892eb on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green57.3%
Blue92.2%
CMYK percentages
Cyan1.3%
Magenta37.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e892eb text on a black background
contrast 9.74:1
Card sample
#e892eb text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e892eb;
Background color
Panel with #e892eb background
background-color: #e892eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e892eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 146, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 146, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e892eb; background: linear-gradient(135deg, #e892eb, #EB92B3);