#e897eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
232, 151, 235
HSL
298°, 68%, 76%
CMYK
1, 36, 0, 8
Luminance
0.4529
Every format
| HEX | #e897eb |
| RGB | rgb(232, 151, 235) |
| HSL | hsl(298, 68%, 76%) |
| CMYK | cmyk(1%, 36%, 0%, 8%) |
| LAB | lab(73.1 43.4 -30.0) |
| LCH | lch(73.1 52.7 325.3) |
| OKLCH | oklch(0.785 0.145 325.6) |
Copy-ready code
/* CSS */
color: #e897eb;
background-color: #e897eb;
/* Tailwind (arbitrary) */
class="text-[#e897eb] bg-[#e897eb]"
/* SCSS */
$brand: #e897eb;
/* SwiftUI */
Color(red: 0.910, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#e897eb")Accessibility — WCAG contrast
Aa
#e897eb on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e897eb on black: 10.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green59.2%
Blue92.2%
CMYK percentages
Cyan1.3%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e897eb text on a black background
contrast 10.06:1
Card sample
#e897eb text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e897eb;
Background color
Panel with #e897eb background
background-color: #e897eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e897eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e897eb; background: linear-gradient(135deg, #e897eb, #EB97B6);