#e892ac
a light, vivid magenta / pink · warm · closest name: pink
RGB
232, 146, 172
HSL
342°, 65%, 74%
CMYK
0, 37, 26, 9
Luminance
0.4069
Every format
| HEX | #e892ac |
| RGB | rgb(232, 146, 172) |
| HSL | hsl(342, 65%, 74%) |
| CMYK | cmyk(0%, 37%, 26%, 9%) |
| LAB | lab(70.0 35.8 0.1) |
| LCH | lch(70.0 35.8 0.2) |
| OKLCH | oklch(0.755 0.108 0.4) |
Copy-ready code
/* CSS */
color: #e892ac;
background-color: #e892ac;
/* Tailwind (arbitrary) */
class="text-[#e892ac] bg-[#e892ac]"
/* SCSS */
$brand: #e892ac;
/* SwiftUI */
Color(red: 0.910, green: 0.573, blue: 0.675)
/* Android */
Color.parseColor("#e892ac")Accessibility — WCAG contrast
Aa
#e892ac on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e892ac on black: 9.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green57.3%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta37.1%
Yellow25.9%
Key (black)9.0%
Color previews
#e892ac text on a black background
contrast 9.14:1
Card sample
#e892ac text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e892ac;
Background color
Panel with #e892ac background
background-color: #e892ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e892ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 146, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 146, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e892ac; background: linear-gradient(135deg, #e892ac, #E8B192);