#e6bafd
a pale, electric violet · warm · closest name: plum
RGB
230, 186, 253
HSL
279°, 94%, 86%
CMYK
9, 27, 0, 1
Luminance
0.5903
Every format
| HEX | #e6bafd |
| RGB | rgb(230, 186, 253) |
| HSL | hsl(279, 94%, 86%) |
| CMYK | cmyk(9%, 27%, 0%, 1%) |
| LAB | lab(81.3 27.6 -27.1) |
| LCH | lch(81.3 38.7 315.5) |
| OKLCH | oklch(0.850 0.102 313.8) |
Copy-ready code
/* CSS */
color: #e6bafd;
background-color: #e6bafd;
/* Tailwind (arbitrary) */
class="text-[#e6bafd] bg-[#e6bafd]"
/* SCSS */
$brand: #e6bafd;
/* SwiftUI */
Color(red: 0.902, green: 0.729, blue: 0.992)
/* Android */
Color.parseColor("#e6bafd")Accessibility — WCAG contrast
Aa
#e6bafd on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e6bafd on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green72.9%
Blue99.2%
CMYK percentages
Cyan9.1%
Magenta26.5%
Yellow0.0%
Key (black)0.8%
Color previews
#e6bafd text on a black background
contrast 12.81:1
Card sample
#e6bafd text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e6bafd;
Background color
Panel with #e6bafd background
background-color: #e6bafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e6bafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 186, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 186, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e6bafd; background: linear-gradient(135deg, #e6bafd, #FDBAE7);