#e28bf5
a light, electric violet · warm · closest name: violet
RGB
226, 139, 245
HSL
289°, 84%, 75%
CMYK
8, 43, 0, 4
Luminance
0.4123
Every format
| HEX | #e28bf5 |
| RGB | rgb(226, 139, 245) |
| HSL | hsl(289, 84%, 75%) |
| CMYK | cmyk(8%, 43%, 0%, 4%) |
| LAB | lab(70.3 49.7 -39.8) |
| LCH | lch(70.3 63.6 321.3) |
| OKLCH | oklch(0.765 0.171 320.3) |
Copy-ready code
/* CSS */
color: #e28bf5;
background-color: #e28bf5;
/* Tailwind (arbitrary) */
class="text-[#e28bf5] bg-[#e28bf5]"
/* SCSS */
$brand: #e28bf5;
/* SwiftUI */
Color(red: 0.886, green: 0.545, blue: 0.961)
/* Android */
Color.parseColor("#e28bf5")Accessibility — WCAG contrast
Aa
#e28bf5 on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e28bf5 on black: 9.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green54.5%
Blue96.1%
CMYK percentages
Cyan7.8%
Magenta43.3%
Yellow0.0%
Key (black)3.9%
Color previews
#e28bf5 text on a black background
contrast 9.25:1
Card sample
#e28bf5 text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e28bf5;
Background color
Panel with #e28bf5 background
background-color: #e28bf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e28bf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 139, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 139, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e28bf5; background: linear-gradient(135deg, #e28bf5, #F58BC1);