#e256eb
a balanced, electric magenta / pink · warm · closest name: violet
RGB
226, 86, 235
HSL
296°, 79%, 63%
CMYK
4, 63, 0, 8
Luminance
0.2882
Every format
| HEX | #e256eb |
| RGB | rgb(226, 86, 235) |
| HSL | hsl(296, 79%, 63%) |
| CMYK | cmyk(4%, 63%, 0%, 8%) |
| LAB | lab(60.6 72.5 -49.5) |
| LCH | lch(60.6 87.8 325.7) |
| OKLCH | oklch(0.692 0.241 325.3) |
Copy-ready code
/* CSS */
color: #e256eb;
background-color: #e256eb;
/* Tailwind (arbitrary) */
class="text-[#e256eb] bg-[#e256eb]"
/* SCSS */
$brand: #e256eb;
/* SwiftUI */
Color(red: 0.886, green: 0.337, blue: 0.922)
/* Android */
Color.parseColor("#e256eb")Accessibility — WCAG contrast
Aa
#e256eb on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e256eb on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green33.7%
Blue92.2%
CMYK percentages
Cyan3.8%
Magenta63.4%
Yellow0.0%
Key (black)7.8%
Color previews
#e256eb text on a black background
contrast 6.76:1
Card sample
#e256eb text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e256eb;
Background color
Panel with #e256eb background
background-color: #e256eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e256eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 86, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 86, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e256eb; background: linear-gradient(135deg, #e256eb, #EB5690);