#e097eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
224, 151, 235
HSL
292°, 68%, 76%
CMYK
5, 36, 0, 8
Luminance
0.4398
Every format
| HEX | #e097eb |
| RGB | rgb(224, 151, 235) |
| HSL | hsl(292, 68%, 76%) |
| CMYK | cmyk(5%, 36%, 0%, 8%) |
| LAB | lab(72.2 40.9 -31.4) |
| LCH | lch(72.2 51.6 322.5) |
| OKLCH | oklch(0.777 0.140 322.1) |
Copy-ready code
/* CSS */
color: #e097eb;
background-color: #e097eb;
/* Tailwind (arbitrary) */
class="text-[#e097eb] bg-[#e097eb]"
/* SCSS */
$brand: #e097eb;
/* SwiftUI */
Color(red: 0.878, green: 0.592, blue: 0.922)
/* Android */
Color.parseColor("#e097eb")Accessibility — WCAG contrast
Aa
#e097eb on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e097eb on black: 9.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green59.2%
Blue92.2%
CMYK percentages
Cyan4.7%
Magenta35.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e097eb text on a black background
contrast 9.80:1
Card sample
#e097eb text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e097eb;
Background color
Panel with #e097eb background
background-color: #e097eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e097eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 151, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 151, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e097eb; background: linear-gradient(135deg, #e097eb, #EB97BE);