#e686df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
230, 134, 223
HSL
304°, 66%, 71%
CMYK
0, 42, 3, 10
Luminance
0.3920
Every format
| HEX | #e686df |
| RGB | rgb(230, 134, 223) |
| HSL | hsl(304, 66%, 71%) |
| CMYK | cmyk(0%, 42%, 3%, 10%) |
| LAB | lab(68.9 49.4 -29.9) |
| LCH | lch(68.9 57.7 328.8) |
| OKLCH | oklch(0.752 0.161 329.7) |
Copy-ready code
/* CSS */
color: #e686df;
background-color: #e686df;
/* Tailwind (arbitrary) */
class="text-[#e686df] bg-[#e686df]"
/* SCSS */
$brand: #e686df;
/* SwiftUI */
Color(red: 0.902, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#e686df")Accessibility — WCAG contrast
Aa
#e686df on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e686df on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta41.7%
Yellow3.0%
Key (black)9.8%
Color previews
#e686df text on a black background
contrast 8.84:1
Card sample
#e686df text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e686df;
Background color
Panel with #e686df background
background-color: #e686df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e686df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e686df; background: linear-gradient(135deg, #e686df, #E6869F);