#e5baf9
a pale, electric violet · warm · closest name: plum
RGB
229, 186, 249
HSL
281°, 84%, 85%
CMYK
8, 25, 0, 2
Luminance
0.5862
Every format
| HEX | #e5baf9 |
| RGB | rgb(229, 186, 249) |
| HSL | hsl(281, 84%, 85%) |
| CMYK | cmyk(8%, 25%, 0%, 2%) |
| LAB | lab(81.1 26.5 -25.3) |
| LCH | lch(81.1 36.6 316.3) |
| OKLCH | oklch(0.847 0.097 314.9) |
Copy-ready code
/* CSS */
color: #e5baf9;
background-color: #e5baf9;
/* Tailwind (arbitrary) */
class="text-[#e5baf9] bg-[#e5baf9]"
/* SCSS */
$brand: #e5baf9;
/* SwiftUI */
Color(red: 0.898, green: 0.729, blue: 0.976)
/* Android */
Color.parseColor("#e5baf9")Accessibility — WCAG contrast
Aa
#e5baf9 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e5baf9 on black: 12.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.8%
Green72.9%
Blue97.6%
CMYK percentages
Cyan8.0%
Magenta25.3%
Yellow0.0%
Key (black)2.4%
Color previews
#e5baf9 text on a black background
contrast 12.72:1
Card sample
#e5baf9 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e5baf9;
Background color
Panel with #e5baf9 background
background-color: #e5baf9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e5baf9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(229, 186, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(229, 186, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e5baf9; background: linear-gradient(135deg, #e5baf9, #F9BAE3);