#e3acef
a light, vivid violet · warm · closest name: plum
RGB
227, 172, 239
HSL
289°, 68%, 81%
CMYK
5, 28, 0, 6
Luminance
0.5207
Every format
| HEX | #e3acef |
| RGB | rgb(227, 172, 239) |
| HSL | hsl(289, 68%, 81%) |
| CMYK | cmyk(5%, 28%, 0%, 6%) |
| LAB | lab(77.3 31.4 -25.7) |
| LCH | lch(77.3 40.6 320.7) |
| OKLCH | oklch(0.817 0.109 320.2) |
Copy-ready code
/* CSS */
color: #e3acef;
background-color: #e3acef;
/* Tailwind (arbitrary) */
class="text-[#e3acef] bg-[#e3acef]"
/* SCSS */
$brand: #e3acef;
/* SwiftUI */
Color(red: 0.890, green: 0.675, blue: 0.937)
/* Android */
Color.parseColor("#e3acef")Accessibility — WCAG contrast
Aa
#e3acef on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3acef on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green67.5%
Blue93.7%
CMYK percentages
Cyan5.0%
Magenta28.0%
Yellow0.0%
Key (black)6.3%
Color previews
#e3acef text on a black background
contrast 11.41:1
Card sample
#e3acef text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3acef;
Background color
Panel with #e3acef background
background-color: #e3acef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3acef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 172, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 172, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3acef; background: linear-gradient(135deg, #e3acef, #EFACCE);