#e2bafe
a pale, electric violet · warm · closest name: plum
RGB
226, 186, 254
HSL
275°, 97%, 86%
CMYK
11, 27, 0, 0
Luminance
0.5844
Every format
| HEX | #e2bafe |
| RGB | rgb(226, 186, 254) |
| HSL | hsl(275, 97%, 86%) |
| CMYK | cmyk(11%, 27%, 0%, 0%) |
| LAB | lab(81.0 26.5 -28.2) |
| LCH | lch(81.0 38.7 313.3) |
| OKLCH | oklch(0.846 0.102 311.0) |
Copy-ready code
/* CSS */
color: #e2bafe;
background-color: #e2bafe;
/* Tailwind (arbitrary) */
class="text-[#e2bafe] bg-[#e2bafe]"
/* SCSS */
$brand: #e2bafe;
/* SwiftUI */
Color(red: 0.886, green: 0.729, blue: 0.996)
/* Android */
Color.parseColor("#e2bafe")Accessibility — WCAG contrast
Aa
#e2bafe on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bafe on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green72.9%
Blue99.6%
CMYK percentages
Cyan11.0%
Magenta26.8%
Yellow0.0%
Key (black)0.4%
Color previews
#e2bafe text on a black background
contrast 12.69:1
Card sample
#e2bafe text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bafe;
Background color
Panel with #e2bafe background
background-color: #e2bafe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bafe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 186, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 186, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bafe; background: linear-gradient(135deg, #e2bafe, #FEBAED);