#e799eb
a light, vivid magenta / pink · warm · closest name: plum
RGB
231, 153, 235
HSL
297°, 67%, 76%
CMYK
2, 35, 0, 8
Luminance
0.4577
Every format
| HEX | #e799eb |
| RGB | rgb(231, 153, 235) |
| HSL | hsl(297, 67%, 76%) |
| CMYK | cmyk(2%, 35%, 0%, 8%) |
| LAB | lab(73.4 42.0 -29.5) |
| LCH | lch(73.4 51.3 324.9) |
| OKLCH | oklch(0.787 0.141 325.1) |
Copy-ready code
/* CSS */
color: #e799eb;
background-color: #e799eb;
/* Tailwind (arbitrary) */
class="text-[#e799eb] bg-[#e799eb]"
/* SCSS */
$brand: #e799eb;
/* SwiftUI */
Color(red: 0.906, green: 0.600, blue: 0.922)
/* Android */
Color.parseColor("#e799eb")Accessibility — WCAG contrast
Aa
#e799eb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e799eb on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green60.0%
Blue92.2%
CMYK percentages
Cyan1.7%
Magenta34.9%
Yellow0.0%
Key (black)7.8%
Color previews
#e799eb text on a black background
contrast 10.15:1
Card sample
#e799eb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e799eb;
Background color
Panel with #e799eb background
background-color: #e799eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e799eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 153, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 153, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e799eb; background: linear-gradient(135deg, #e799eb, #EB99B8);