#eb46ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 70, 173
HSL
323°, 81%, 60%
CMYK
0, 70, 26, 8
Luminance
0.2506
Every format
| HEX | #eb46ad |
| RGB | rgb(235, 70, 173) |
| HSL | hsl(323, 81%, 60%) |
| CMYK | cmyk(0%, 70%, 26%, 8%) |
| LAB | lab(57.1 71.5 -19.5) |
| LCH | lch(57.1 74.2 344.7) |
| OKLCH | oklch(0.660 0.223 346.6) |
Copy-ready code
/* CSS */
color: #eb46ad;
background-color: #eb46ad;
/* Tailwind (arbitrary) */
class="text-[#eb46ad] bg-[#eb46ad]"
/* SCSS */
$brand: #eb46ad;
/* SwiftUI */
Color(red: 0.922, green: 0.275, blue: 0.678)
/* Android */
Color.parseColor("#eb46ad")Accessibility — WCAG contrast
Aa
#eb46ad on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb46ad on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green27.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow26.4%
Key (black)7.8%
Color previews
#eb46ad text on a black background
contrast 6.01:1
Card sample
#eb46ad text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb46ad;
Background color
Panel with #eb46ad background
background-color: #eb46ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb46ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 70, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 70, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb46ad; background: linear-gradient(135deg, #eb46ad, #EB4D46);