#e461eb
a light, electric magenta / pink · warm · closest name: violet
RGB
228, 97, 235
HSL
297°, 78%, 65%
CMYK
3, 59, 0, 8
Luminance
0.3104
Every format
| HEX | #e461eb |
| RGB | rgb(228, 97, 235) |
| HSL | hsl(297, 78%, 65%) |
| CMYK | cmyk(3%, 59%, 0%, 8%) |
| LAB | lab(62.5 68.4 -46.5) |
| LCH | lch(62.5 82.7 325.8) |
| OKLCH | oklch(0.706 0.228 325.6) |
Copy-ready code
/* CSS */
color: #e461eb;
background-color: #e461eb;
/* Tailwind (arbitrary) */
class="text-[#e461eb] bg-[#e461eb]"
/* SCSS */
$brand: #e461eb;
/* SwiftUI */
Color(red: 0.894, green: 0.380, blue: 0.922)
/* Android */
Color.parseColor("#e461eb")Accessibility — WCAG contrast
Aa
#e461eb on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e461eb on black: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green38.0%
Blue92.2%
CMYK percentages
Cyan3.0%
Magenta58.7%
Yellow0.0%
Key (black)7.8%
Color previews
#e461eb text on a black background
contrast 7.21:1
Card sample
#e461eb text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e461eb;
Background color
Panel with #e461eb background
background-color: #e461eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e461eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 97, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 97, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e461eb; background: linear-gradient(135deg, #e461eb, #EB6196);