#e656df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
230, 86, 223
HSL
303°, 74%, 62%
CMYK
0, 63, 3, 10
Luminance
0.2881
Every format
| HEX | #e656df |
| RGB | rgb(230, 86, 223) |
| HSL | hsl(303, 74%, 62%) |
| CMYK | cmyk(0%, 63%, 3%, 10%) |
| LAB | lab(60.6 71.5 -42.8) |
| LCH | lch(60.6 83.3 329.1) |
| OKLCH | oklch(0.691 0.234 329.7) |
Copy-ready code
/* CSS */
color: #e656df;
background-color: #e656df;
/* Tailwind (arbitrary) */
class="text-[#e656df] bg-[#e656df]"
/* SCSS */
$brand: #e656df;
/* SwiftUI */
Color(red: 0.902, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#e656df")Accessibility — WCAG contrast
Aa
#e656df on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e656df on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red90.2%
Green33.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta62.6%
Yellow3.0%
Key (black)9.8%
Color previews
#e656df text on a black background
contrast 6.76:1
Card sample
#e656df text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e656df;
Background color
Panel with #e656df background
background-color: #e656df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e656df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(230, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(230, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e656df; background: linear-gradient(135deg, #e656df, #E6567F);