#e862df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
232, 98, 223
HSL
304°, 74%, 65%
CMYK
0, 58, 4, 9
Luminance
0.3122
Every format
| HEX | #e862df |
| RGB | rgb(232, 98, 223) |
| HSL | hsl(304, 74%, 65%) |
| CMYK | cmyk(0%, 58%, 4%, 9%) |
| LAB | lab(62.7 67.0 -39.5) |
| LCH | lch(62.7 77.8 329.5) |
| OKLCH | oklch(0.707 0.218 330.3) |
Copy-ready code
/* CSS */
color: #e862df;
background-color: #e862df;
/* Tailwind (arbitrary) */
class="text-[#e862df] bg-[#e862df]"
/* SCSS */
$brand: #e862df;
/* SwiftUI */
Color(red: 0.910, green: 0.384, blue: 0.875)
/* Android */
Color.parseColor("#e862df")Accessibility — WCAG contrast
Aa
#e862df on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e862df on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green38.4%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta57.8%
Yellow3.9%
Key (black)9.0%
Color previews
#e862df text on a black background
contrast 7.24:1
Card sample
#e862df text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e862df;
Background color
Panel with #e862df background
background-color: #e862df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e862df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 98, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 98, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e862df; background: linear-gradient(135deg, #e862df, #E86286);