#e348af
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 72, 175
HSL
320°, 74%, 59%
CMYK
0, 68, 23, 11
Luminance
0.2406
Every format
| HEX | #e348af |
| RGB | rgb(227, 72, 175) |
| HSL | hsl(320, 74%, 59%) |
| CMYK | cmyk(0%, 68%, 23%, 11%) |
| LAB | lab(56.1 69.0 -22.3) |
| LCH | lch(56.1 72.5 342.1) |
| OKLCH | oklch(0.651 0.216 344.0) |
Copy-ready code
/* CSS */
color: #e348af;
background-color: #e348af;
/* Tailwind (arbitrary) */
class="text-[#e348af] bg-[#e348af]"
/* SCSS */
$brand: #e348af;
/* SwiftUI */
Color(red: 0.890, green: 0.282, blue: 0.686)
/* Android */
Color.parseColor("#e348af")Accessibility — WCAG contrast
Aa
#e348af on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e348af on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green28.2%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow22.9%
Key (black)11.0%
Color previews
#e348af text on a black background
contrast 5.81:1
Card sample
#e348af text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e348af;
Background color
Panel with #e348af background
background-color: #e348af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e348af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 72, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 72, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e348af; background: linear-gradient(135deg, #e348af, #E34848);