#e151df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
225, 81, 223
HSL
301°, 71%, 60%
CMYK
0, 64, 1, 12
Luminance
0.2722
Every format
| HEX | #e151df |
| RGB | rgb(225, 81, 223) |
| HSL | hsl(301, 71%, 60%) |
| CMYK | cmyk(0%, 64%, 1%, 12%) |
| LAB | lab(59.2 72.2 -45.1) |
| LCH | lch(59.2 85.1 328.0) |
| OKLCH | oklch(0.679 0.237 328.4) |
Copy-ready code
/* CSS */
color: #e151df;
background-color: #e151df;
/* Tailwind (arbitrary) */
class="text-[#e151df] bg-[#e151df]"
/* SCSS */
$brand: #e151df;
/* SwiftUI */
Color(red: 0.882, green: 0.318, blue: 0.875)
/* Android */
Color.parseColor("#e151df")Accessibility — WCAG contrast
Aa
#e151df on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e151df on black: 6.44:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green31.8%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta64.0%
Yellow0.9%
Key (black)11.8%
Color previews
#e151df text on a black background
contrast 6.44:1
Card sample
#e151df text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e151df;
Background color
Panel with #e151df background
background-color: #e151df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e151df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 81, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 81, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e151df; background: linear-gradient(135deg, #e151df, #E1517F);