#e2abef
a light, vivid violet · warm · closest name: plum
RGB
226, 171, 239
HSL
289°, 68%, 80%
CMYK
5, 29, 0, 6
Luminance
0.5153
Every format
| HEX | #e2abef |
| RGB | rgb(226, 171, 239) |
| HSL | hsl(289, 68%, 80%) |
| CMYK | cmyk(5%, 29%, 0%, 6%) |
| LAB | lab(77.0 31.6 -26.2) |
| LCH | lch(77.0 41.1 320.4) |
| OKLCH | oklch(0.814 0.110 319.8) |
Copy-ready code
/* CSS */
color: #e2abef;
background-color: #e2abef;
/* Tailwind (arbitrary) */
class="text-[#e2abef] bg-[#e2abef]"
/* SCSS */
$brand: #e2abef;
/* SwiftUI */
Color(red: 0.886, green: 0.671, blue: 0.937)
/* Android */
Color.parseColor("#e2abef")Accessibility — WCAG contrast
Aa
#e2abef on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2abef on black: 11.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green67.1%
Blue93.7%
CMYK percentages
Cyan5.4%
Magenta28.5%
Yellow0.0%
Key (black)6.3%
Color previews
#e2abef text on a black background
contrast 11.31:1
Card sample
#e2abef text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2abef;
Background color
Panel with #e2abef background
background-color: #e2abef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2abef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 171, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 171, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2abef; background: linear-gradient(135deg, #e2abef, #EFABCF);