#e786df
a light, vivid magenta / pink · warm · closest name: orchid
RGB
231, 134, 223
HSL
305°, 67%, 72%
CMYK
0, 42, 4, 9
Luminance
0.3937
Every format
| HEX | #e786df |
| RGB | rgb(231, 134, 223) |
| HSL | hsl(305, 67%, 72%) |
| CMYK | cmyk(0%, 42%, 4%, 9%) |
| LAB | lab(69.0 49.7 -29.7) |
| LCH | lch(69.0 57.9 329.2) |
| OKLCH | oklch(0.753 0.162 330.1) |
Copy-ready code
/* CSS */
color: #e786df;
background-color: #e786df;
/* Tailwind (arbitrary) */
class="text-[#e786df] bg-[#e786df]"
/* SCSS */
$brand: #e786df;
/* SwiftUI */
Color(red: 0.906, green: 0.525, blue: 0.875)
/* Android */
Color.parseColor("#e786df")Accessibility — WCAG contrast
Aa
#e786df on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e786df on black: 8.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.6%
Green52.5%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta42.0%
Yellow3.5%
Key (black)9.4%
Color previews
#e786df text on a black background
contrast 8.87:1
Card sample
#e786df text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e786df;
Background color
Panel with #e786df background
background-color: #e786df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e786df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(231, 134, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(231, 134, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e786df; background: linear-gradient(135deg, #e786df, #E7869F);