#e356e3
a balanced, vivid magenta / pink · warm · closest name: violet
RGB
227, 86, 227
HSL
300°, 72%, 61%
CMYK
0, 62, 0, 11
Luminance
0.2853
Every format
| HEX | #e356e3 |
| RGB | rgb(227, 86, 227) |
| HSL | hsl(300, 72%, 61%) |
| CMYK | cmyk(0%, 62%, 0%, 11%) |
| LAB | lab(60.4 71.4 -45.4) |
| LCH | lch(60.4 84.6 327.5) |
| OKLCH | oklch(0.689 0.235 327.8) |
Copy-ready code
/* CSS */
color: #e356e3;
background-color: #e356e3;
/* Tailwind (arbitrary) */
class="text-[#e356e3] bg-[#e356e3]"
/* SCSS */
$brand: #e356e3;
/* SwiftUI */
Color(red: 0.890, green: 0.337, blue: 0.890)
/* Android */
Color.parseColor("#e356e3")Accessibility — WCAG contrast
Aa
#e356e3 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e356e3 on black: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green33.7%
Blue89.0%
CMYK percentages
Cyan0.0%
Magenta62.1%
Yellow0.0%
Key (black)11.0%
Color previews
#e356e3 text on a black background
contrast 6.71:1
Card sample
#e356e3 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e356e3;
Background color
Panel with #e356e3 background
background-color: #e356e3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e356e3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 86, 227, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 86, 227, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e356e3; background: linear-gradient(135deg, #e356e3, #E35685);