#e27ef1
a light, electric magenta / pink · warm · closest name: violet
RGB
226, 126, 241
HSL
292°, 80%, 72%
CMYK
6, 48, 0, 6
Luminance
0.3744
Every format
| HEX | #e27ef1 |
| RGB | rgb(226, 126, 241) |
| HSL | hsl(292, 80%, 72%) |
| CMYK | cmyk(6%, 48%, 0%, 6%) |
| LAB | lab(67.6 55.5 -41.8) |
| LCH | lch(67.6 69.5 323.0) |
| OKLCH | oklch(0.744 0.188 322.2) |
Copy-ready code
/* CSS */
color: #e27ef1;
background-color: #e27ef1;
/* Tailwind (arbitrary) */
class="text-[#e27ef1] bg-[#e27ef1]"
/* SCSS */
$brand: #e27ef1;
/* SwiftUI */
Color(red: 0.886, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#e27ef1")Accessibility — WCAG contrast
Aa
#e27ef1 on white: 2.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e27ef1 on black: 8.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green49.4%
Blue94.5%
CMYK percentages
Cyan6.2%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#e27ef1 text on a black background
contrast 8.49:1
Card sample
#e27ef1 text on a white background
contrast 2.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e27ef1;
Background color
Panel with #e27ef1 background
background-color: #e27ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e27ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e27ef1; background: linear-gradient(135deg, #e27ef1, #F17EB3);