#e758f3
a balanced, electric magenta / pink · warm · closest name: violet
RGB
231, 88, 243
HSL
295°, 87%, 65%
CMYK
5, 64, 0, 5
Luminance
0.3044
Every format
| HEX | #e758f3 |
| RGB | rgb(231, 88, 243) |
| HSL | hsl(295, 87%, 65%) |
| CMYK | cmyk(5%, 64%, 0%, 5%) |
| LAB | lab(62.0 74.2 -51.7) |
| LCH | lch(62.0 90.4 325.2) |
| OKLCH | oklch(0.705 0.247 324.6) |
Copy-ready code
/* CSS */
color: #e758f3;
background-color: #e758f3;
/* Tailwind (arbitrary) */
class="text-[#e758f3] bg-[#e758f3]"
/* SCSS */
$brand: #e758f3;
/* SwiftUI */
Color(red: 0.906, green: 0.345, blue: 0.953)
/* Android */
Color.parseColor("#e758f3")Accessibility — WCAG contrast
Aa
#e758f3 on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e758f3 on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green34.5%
Blue95.3%
CMYK percentages
Cyan4.9%
Magenta63.8%
Yellow0.0%
Key (black)4.7%
Color previews
#e758f3 text on a black background
contrast 7.09:1
Card sample
#e758f3 text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e758f3;
Background color
Panel with #e758f3 background
background-color: #e758f3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e758f3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 88, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 88, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e758f3; background: linear-gradient(135deg, #e758f3, #F35898);