#e26cef
a light, electric magenta / pink · warm · closest name: violet
RGB
226, 108, 239
HSL
294°, 80%, 68%
CMYK
5, 55, 0, 6
Luminance
0.3313
Every format
| HEX | #e26cef |
| RGB | rgb(226, 108, 239) |
| HSL | hsl(294, 80%, 68%) |
| CMYK | cmyk(5%, 55%, 0%, 6%) |
| LAB | lab(64.3 63.8 -46.0) |
| LCH | lch(64.3 78.6 324.2) |
| OKLCH | oklch(0.719 0.214 323.6) |
Copy-ready code
/* CSS */
color: #e26cef;
background-color: #e26cef;
/* Tailwind (arbitrary) */
class="text-[#e26cef] bg-[#e26cef]"
/* SCSS */
$brand: #e26cef;
/* SwiftUI */
Color(red: 0.886, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#e26cef")Accessibility — WCAG contrast
Aa
#e26cef on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e26cef on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green42.4%
Blue93.7%
CMYK percentages
Cyan5.4%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#e26cef text on a black background
contrast 7.63:1
Card sample
#e26cef text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e26cef;
Background color
Panel with #e26cef background
background-color: #e26cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e26cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e26cef; background: linear-gradient(135deg, #e26cef, #EF6CA5);