#e175eb
a light, vivid magenta / pink · warm · closest name: violet
RGB
225, 117, 235
HSL
295°, 75%, 69%
CMYK
4, 50, 0, 8
Luminance
0.3473
Every format
| HEX | #e175eb |
| RGB | rgb(225, 117, 235) |
| HSL | hsl(295, 75%, 69%) |
| CMYK | cmyk(4%, 50%, 0%, 8%) |
| LAB | lab(65.5 58.5 -41.8) |
| LCH | lch(65.5 71.9 324.5) |
| OKLCH | oklch(0.727 0.196 324.1) |
Copy-ready code
/* CSS */
color: #e175eb;
background-color: #e175eb;
/* Tailwind (arbitrary) */
class="text-[#e175eb] bg-[#e175eb]"
/* SCSS */
$brand: #e175eb;
/* SwiftUI */
Color(red: 0.882, green: 0.459, blue: 0.922)
/* Android */
Color.parseColor("#e175eb")Accessibility — WCAG contrast
Aa
#e175eb on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e175eb on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green45.9%
Blue92.2%
CMYK percentages
Cyan4.3%
Magenta50.2%
Yellow0.0%
Key (black)7.8%
Color previews
#e175eb text on a black background
contrast 7.95:1
Card sample
#e175eb text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e175eb;
Background color
Panel with #e175eb background
background-color: #e175eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e175eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 117, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 117, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e175eb; background: linear-gradient(135deg, #e175eb, #EB75A6);