#e358ac
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 88, 172
HSL
324°, 71%, 62%
CMYK
0, 61, 24, 11
Luminance
0.2629
Every format
| HEX | #e358ac |
| RGB | rgb(227, 88, 172) |
| HSL | hsl(324, 71%, 62%) |
| CMYK | cmyk(0%, 61%, 24%, 11%) |
| LAB | lab(58.3 62.4 -17.3) |
| LCH | lch(58.3 64.7 344.5) |
| OKLCH | oklch(0.666 0.194 346.4) |
Copy-ready code
/* CSS */
color: #e358ac;
background-color: #e358ac;
/* Tailwind (arbitrary) */
class="text-[#e358ac] bg-[#e358ac]"
/* SCSS */
$brand: #e358ac;
/* SwiftUI */
Color(red: 0.890, green: 0.345, blue: 0.675)
/* Android */
Color.parseColor("#e358ac")Accessibility — WCAG contrast
Aa
#e358ac on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e358ac on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green34.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta61.2%
Yellow24.2%
Key (black)11.0%
Color previews
#e358ac text on a black background
contrast 6.26:1
Card sample
#e358ac text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e358ac;
Background color
Panel with #e358ac background
background-color: #e358ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e358ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 88, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 88, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e358ac; background: linear-gradient(135deg, #e358ac, #E36158);