#e174df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
225, 116, 223
HSL
301°, 65%, 67%
CMYK
0, 48, 1, 12
Luminance
0.3383
Every format
| HEX | #e174df |
| RGB | rgb(225, 116, 223) |
| HSL | hsl(301, 65%, 67%) |
| CMYK | cmyk(0%, 48%, 1%, 12%) |
| LAB | lab(64.8 56.9 -36.2) |
| LCH | lch(64.8 67.4 327.5) |
| OKLCH | oklch(0.720 0.187 328.0) |
Copy-ready code
/* CSS */
color: #e174df;
background-color: #e174df;
/* Tailwind (arbitrary) */
class="text-[#e174df] bg-[#e174df]"
/* SCSS */
$brand: #e174df;
/* SwiftUI */
Color(red: 0.882, green: 0.455, blue: 0.875)
/* Android */
Color.parseColor("#e174df")Accessibility — WCAG contrast
Aa
#e174df on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e174df on black: 7.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green45.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta48.4%
Yellow0.9%
Key (black)11.8%
Color previews
#e174df text on a black background
contrast 7.77:1
Card sample
#e174df text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e174df;
Background color
Panel with #e174df background
background-color: #e174df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e174df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 116, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 116, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e174df; background: linear-gradient(135deg, #e174df, #E17496);