#e86fc8
a light, vivid magenta / pink · warm · closest name: orchid
RGB
232, 111, 200
HSL
316°, 73%, 67%
CMYK
0, 52, 14, 9
Luminance
0.3269
Every format
| HEX | #e86fc8 |
| RGB | rgb(232, 111, 200) |
| HSL | hsl(316, 73%, 67%) |
| CMYK | cmyk(0%, 52%, 14%, 9%) |
| LAB | lab(63.9 57.5 -24.7) |
| LCH | lch(63.9 62.6 336.8) |
| OKLCH | oklch(0.712 0.181 338.5) |
Copy-ready code
/* CSS */
color: #e86fc8;
background-color: #e86fc8;
/* Tailwind (arbitrary) */
class="text-[#e86fc8] bg-[#e86fc8]"
/* SCSS */
$brand: #e86fc8;
/* SwiftUI */
Color(red: 0.910, green: 0.435, blue: 0.784)
/* Android */
Color.parseColor("#e86fc8")Accessibility — WCAG contrast
Aa
#e86fc8 on white: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e86fc8 on black: 7.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red91.0%
Green43.5%
Blue78.4%
CMYK percentages
Cyan0.0%
Magenta52.2%
Yellow13.8%
Key (black)9.0%
Color previews
#e86fc8 text on a black background
contrast 7.54:1
Card sample
#e86fc8 text on a white background
contrast 2.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e86fc8;
Background color
Panel with #e86fc8 background
background-color: #e86fc8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e86fc8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(232, 111, 200, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(232, 111, 200, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e86fc8; background: linear-gradient(135deg, #e86fc8, #E86F77);