#e356df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 86, 223
HSL
302°, 72%, 61%
CMYK
0, 62, 2, 11
Luminance
0.2831
Every format
| HEX | #e356df |
| RGB | rgb(227, 86, 223) |
| HSL | hsl(302, 72%, 61%) |
| CMYK | cmyk(0%, 62%, 2%, 11%) |
| LAB | lab(60.2 70.7 -43.5) |
| LCH | lch(60.2 83.0 328.4) |
| OKLCH | oklch(0.687 0.232 328.9) |
Copy-ready code
/* CSS */
color: #e356df;
background-color: #e356df;
/* Tailwind (arbitrary) */
class="text-[#e356df] bg-[#e356df]"
/* SCSS */
$brand: #e356df;
/* SwiftUI */
Color(red: 0.890, green: 0.337, blue: 0.875)
/* Android */
Color.parseColor("#e356df")Accessibility — WCAG contrast
Aa
#e356df on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e356df on black: 6.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green33.7%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow1.8%
Key (black)11.0%
Color previews
#e356df text on a black background
contrast 6.66:1
Card sample
#e356df text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e356df;
Background color
Panel with #e356df background
background-color: #e356df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e356df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 86, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 86, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e356df; background: linear-gradient(135deg, #e356df, #E35681);