#e170eb
a light, electric magenta / pink · warm · closest name: violet
RGB
225, 112, 235
HSL
295°, 76%, 68%
CMYK
4, 52, 0, 8
Luminance
0.3359
Every format
| HEX | #e170eb |
| RGB | rgb(225, 112, 235) |
| HSL | hsl(295, 76%, 68%) |
| CMYK | cmyk(4%, 52%, 0%, 8%) |
| LAB | lab(64.6 60.9 -43.2) |
| LCH | lch(64.6 74.7 324.7) |
| OKLCH | oklch(0.721 0.204 324.3) |
Copy-ready code
/* CSS */
color: #e170eb;
background-color: #e170eb;
/* Tailwind (arbitrary) */
class="text-[#e170eb] bg-[#e170eb]"
/* SCSS */
$brand: #e170eb;
/* SwiftUI */
Color(red: 0.882, green: 0.439, blue: 0.922)
/* Android */
Color.parseColor("#e170eb")Accessibility — WCAG contrast
Aa
#e170eb on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e170eb on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green43.9%
Blue92.2%
CMYK percentages
Cyan4.3%
Magenta52.3%
Yellow0.0%
Key (black)7.8%
Color previews
#e170eb text on a black background
contrast 7.72:1
Card sample
#e170eb text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e170eb;
Background color
Panel with #e170eb background
background-color: #e170eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e170eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 112, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 112, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e170eb; background: linear-gradient(135deg, #e170eb, #EB70A3);