#e348ba
a balanced, vivid magenta / pink · warm · closest name: orchid
RGB
227, 72, 186
HSL
316°, 74%, 59%
CMYK
0, 68, 18, 11
Luminance
0.2451
Every format
| HEX | #e348ba |
| RGB | rgb(227, 72, 186) |
| HSL | hsl(316, 74%, 59%) |
| CMYK | cmyk(0%, 68%, 18%, 11%) |
| LAB | lab(56.6 70.5 -28.0) |
| LCH | lch(56.6 75.8 338.3) |
| OKLCH | oklch(0.655 0.223 340.2) |
Copy-ready code
/* CSS */
color: #e348ba;
background-color: #e348ba;
/* Tailwind (arbitrary) */
class="text-[#e348ba] bg-[#e348ba]"
/* SCSS */
$brand: #e348ba;
/* SwiftUI */
Color(red: 0.890, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#e348ba")Accessibility — WCAG contrast
Aa
#e348ba on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#e348ba on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green28.2%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta68.3%
Yellow18.1%
Key (black)11.0%
Color previews
#e348ba text on a black background
contrast 5.90:1
Card sample
#e348ba text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e348ba;
Background color
Panel with #e348ba background
background-color: #e348ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e348ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e348ba; background: linear-gradient(135deg, #e348ba, #E34852);