#e596eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
229, 150, 235
HSL
296°, 68%, 76%
CMYK
3, 36, 0, 8
Luminance
0.4447
Every format
| HEX | #e596eb |
| RGB | rgb(229, 150, 235) |
| HSL | hsl(296, 68%, 76%) |
| CMYK | cmyk(3%, 36%, 0%, 8%) |
| LAB | lab(72.5 43.0 -30.8) |
| LCH | lch(72.5 52.9 324.3) |
| OKLCH | oklch(0.781 0.144 324.4) |
Copy-ready code
/* CSS */
color: #e596eb;
background-color: #e596eb;
/* Tailwind (arbitrary) */
class="text-[#e596eb] bg-[#e596eb]"
/* SCSS */
$brand: #e596eb;
/* SwiftUI */
Color(red: 0.898, green: 0.588, blue: 0.922)
/* Android */
Color.parseColor("#e596eb")Accessibility — WCAG contrast
Aa
#e596eb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e596eb on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green58.8%
Blue92.2%
CMYK percentages
Cyan2.6%
Magenta36.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e596eb text on a black background
contrast 9.89:1
Card sample
#e596eb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e596eb;
Background color
Panel with #e596eb background
background-color: #e596eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e596eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 150, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 150, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e596eb; background: linear-gradient(135deg, #e596eb, #EB96B8);