#e485df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
228, 133, 223
HSL
303°, 64%, 71%
CMYK
0, 42, 2, 11
Luminance
0.3860
Every format
| HEX | #e485df |
| RGB | rgb(228, 133, 223) |
| HSL | hsl(303, 64%, 71%) |
| CMYK | cmyk(0%, 42%, 2%, 11%) |
| LAB | lab(68.5 49.3 -30.6) |
| LCH | lch(68.5 58.0 328.2) |
| OKLCH | oklch(0.748 0.161 328.9) |
Copy-ready code
/* CSS */
color: #e485df;
background-color: #e485df;
/* Tailwind (arbitrary) */
class="text-[#e485df] bg-[#e485df]"
/* SCSS */
$brand: #e485df;
/* SwiftUI */
Color(red: 0.894, green: 0.522, blue: 0.875)
/* Android */
Color.parseColor("#e485df")Accessibility — WCAG contrast
Aa
#e485df on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e485df on black: 8.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.4%
Green52.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow2.2%
Key (black)10.6%
Color previews
#e485df text on a black background
contrast 8.72:1
Card sample
#e485df text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e485df;
Background color
Panel with #e485df background
background-color: #e485df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e485df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(228, 133, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(228, 133, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e485df; background: linear-gradient(135deg, #e485df, #E485A0);