#e2bafc
a pale, electric violet · warm · closest name: plum
RGB
226, 186, 252
HSL
276°, 92%, 86%
CMYK
10, 26, 0, 1
Luminance
0.5831
Every format
| HEX | #e2bafc |
| RGB | rgb(226, 186, 252) |
| HSL | hsl(276, 92%, 86%) |
| CMYK | cmyk(10%, 26%, 0%, 1%) |
| LAB | lab(80.9 26.1 -27.2) |
| LCH | lch(80.9 37.7 313.9) |
| OKLCH | oklch(0.846 0.099 311.7) |
Copy-ready code
/* CSS */
color: #e2bafc;
background-color: #e2bafc;
/* Tailwind (arbitrary) */
class="text-[#e2bafc] bg-[#e2bafc]"
/* SCSS */
$brand: #e2bafc;
/* SwiftUI */
Color(red: 0.886, green: 0.729, blue: 0.988)
/* Android */
Color.parseColor("#e2bafc")Accessibility — WCAG contrast
Aa
#e2bafc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2bafc on black: 12.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green72.9%
Blue98.8%
CMYK percentages
Cyan10.3%
Magenta26.2%
Yellow0.0%
Key (black)1.2%
Color previews
#e2bafc text on a black background
contrast 12.66:1
Card sample
#e2bafc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2bafc;
Background color
Panel with #e2bafc background
background-color: #e2bafc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2bafc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 186, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 186, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2bafc; background: linear-gradient(135deg, #e2bafc, #FCBAEA);