#e869df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
232, 105, 223
HSL
304°, 73%, 66%
CMYK
0, 55, 4, 9
Luminance
0.3259
Every format
| HEX | #e869df |
| RGB | rgb(232, 105, 223) |
| HSL | hsl(304, 73%, 66%) |
| CMYK | cmyk(0%, 55%, 4%, 9%) |
| LAB | lab(63.8 63.9 -37.7) |
| LCH | lch(63.8 74.2 329.5) |
| OKLCH | oklch(0.715 0.208 330.3) |
Copy-ready code
/* CSS */
color: #e869df;
background-color: #e869df;
/* Tailwind (arbitrary) */
class="text-[#e869df] bg-[#e869df]"
/* SCSS */
$brand: #e869df;
/* SwiftUI */
Color(red: 0.910, green: 0.412, blue: 0.875)
/* Android */
Color.parseColor("#e869df")Accessibility — WCAG contrast
Aa
#e869df on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e869df on black: 7.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green41.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta54.7%
Yellow3.9%
Key (black)9.0%
Color previews
#e869df text on a black background
contrast 7.52:1
Card sample
#e869df text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e869df;
Background color
Panel with #e869df background
background-color: #e869df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e869df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 105, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 105, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e869df; background: linear-gradient(135deg, #e869df, #E8698A);