#eb44ad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 68, 173
HSL
322°, 81%, 59%
CMYK
0, 71, 26, 8
Luminance
0.2481
Every format
| HEX | #eb44ad |
| RGB | rgb(235, 68, 173) |
| HSL | hsl(322, 81%, 59%) |
| CMYK | cmyk(0%, 71%, 26%, 8%) |
| LAB | lab(56.9 72.2 -19.9) |
| LCH | lch(56.9 74.9 344.6) |
| OKLCH | oklch(0.658 0.225 346.5) |
Copy-ready code
/* CSS */
color: #eb44ad;
background-color: #eb44ad;
/* Tailwind (arbitrary) */
class="text-[#eb44ad] bg-[#eb44ad]"
/* SCSS */
$brand: #eb44ad;
/* SwiftUI */
Color(red: 0.922, green: 0.267, blue: 0.678)
/* Android */
Color.parseColor("#eb44ad")Accessibility — WCAG contrast
Aa
#eb44ad on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb44ad on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow26.4%
Key (black)7.8%
Color previews
#eb44ad text on a black background
contrast 5.96:1
Card sample
#eb44ad text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb44ad;
Background color
Panel with #eb44ad background
background-color: #eb44ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb44ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 68, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 68, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb44ad; background: linear-gradient(135deg, #eb44ad, #EB4A44);