#e348df
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 72, 223
HSL
302°, 74%, 59%
CMYK
0, 68, 2, 11
Luminance
0.2629
Every format
| HEX | #e348df |
| RGB | rgb(227, 72, 223) |
| HSL | hsl(302, 74%, 59%) |
| CMYK | cmyk(0%, 68%, 2%, 11%) |
| LAB | lab(58.3 75.9 -46.4) |
| LCH | lch(58.3 89.0 328.6) |
| OKLCH | oklch(0.673 0.249 329.0) |
Copy-ready code
/* CSS */
color: #e348df;
background-color: #e348df;
/* Tailwind (arbitrary) */
class="text-[#e348df] bg-[#e348df]"
/* SCSS */
$brand: #e348df;
/* SwiftUI */
Color(red: 0.890, green: 0.282, blue: 0.875)
/* Android */
Color.parseColor("#e348df")Accessibility — WCAG contrast
Aa
#e348df on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e348df on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green28.2%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow1.8%
Key (black)11.0%
Color previews
#e348df text on a black background
contrast 6.26:1
Card sample
#e348df text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e348df;
Background color
Panel with #e348df background
background-color: #e348df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e348df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 72, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 72, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e348df; background: linear-gradient(135deg, #e348df, #E34878);