#e3b1f1
a light, vivid violet · warm · closest name: plum
RGB
227, 177, 241
HSL
287°, 70%, 82%
CMYK
6, 27, 0, 6
Luminance
0.5413
Every format
| HEX | #e3b1f1 |
| RGB | rgb(227, 177, 241) |
| HSL | hsl(287, 70%, 82%) |
| CMYK | cmyk(6%, 27%, 0%, 6%) |
| LAB | lab(78.5 29.1 -24.9) |
| LCH | lch(78.5 38.3 319.4) |
| OKLCH | oklch(0.826 0.103 318.8) |
Copy-ready code
/* CSS */
color: #e3b1f1;
background-color: #e3b1f1;
/* Tailwind (arbitrary) */
class="text-[#e3b1f1] bg-[#e3b1f1]"
/* SCSS */
$brand: #e3b1f1;
/* SwiftUI */
Color(red: 0.890, green: 0.694, blue: 0.945)
/* Android */
Color.parseColor("#e3b1f1")Accessibility — WCAG contrast
Aa
#e3b1f1 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3b1f1 on black: 11.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green69.4%
Blue94.5%
CMYK percentages
Cyan5.8%
Magenta26.6%
Yellow0.0%
Key (black)5.5%
Color previews
#e3b1f1 text on a black background
contrast 11.83:1
Card sample
#e3b1f1 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3b1f1;
Background color
Panel with #e3b1f1 background
background-color: #e3b1f1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3b1f1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 177, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 177, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3b1f1; background: linear-gradient(135deg, #e3b1f1, #F1B1D4);