#eb348f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 52, 143
HSL
330°, 82%, 56%
CMYK
0, 78, 39, 8
Luminance
0.2210
Every format
| HEX | #eb348f |
| RGB | rgb(235, 52, 143) |
| HSL | hsl(330, 82%, 56%) |
| CMYK | cmyk(0%, 78%, 39%, 8%) |
| LAB | lab(54.1 73.8 -6.4) |
| LCH | lch(54.1 74.0 355.0) |
| OKLCH | oklch(0.635 0.228 356.0) |
Copy-ready code
/* CSS */
color: #eb348f;
background-color: #eb348f;
/* Tailwind (arbitrary) */
class="text-[#eb348f] bg-[#eb348f]"
/* SCSS */
$brand: #eb348f;
/* SwiftUI */
Color(red: 0.922, green: 0.204, blue: 0.561)
/* Android */
Color.parseColor("#eb348f")Accessibility — WCAG contrast
Aa
#eb348f on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb348f on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green20.4%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta77.9%
Yellow39.1%
Key (black)7.8%
Color previews
#eb348f text on a black background
contrast 5.42:1
Card sample
#eb348f text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb348f;
Background color
Panel with #eb348f background
background-color: #eb348f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb348f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 52, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 52, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb348f; background: linear-gradient(135deg, #eb348f, #EB5334);