#eb44db
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 68, 219
HSL
306°, 81%, 59%
CMYK
0, 71, 7, 8
Luminance
0.2691
Every format
| HEX | #eb44db |
| RGB | rgb(235, 68, 219) |
| HSL | hsl(306, 81%, 59%) |
| CMYK | cmyk(0%, 71%, 7%, 8%) |
| LAB | lab(58.9 78.4 -43.2) |
| LCH | lch(58.9 89.5 331.2) |
| OKLCH | oklch(0.679 0.255 332.2) |
Copy-ready code
/* CSS */
color: #eb44db;
background-color: #eb44db;
/* Tailwind (arbitrary) */
class="text-[#eb44db] bg-[#eb44db]"
/* SCSS */
$brand: #eb44db;
/* SwiftUI */
Color(red: 0.922, green: 0.267, blue: 0.859)
/* Android */
Color.parseColor("#eb44db")Accessibility — WCAG contrast
Aa
#eb44db on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb44db on black: 6.38:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow6.8%
Key (black)7.8%
Color previews
#eb44db text on a black background
contrast 6.38:1
Card sample
#eb44db text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb44db;
Background color
Panel with #eb44db background
background-color: #eb44db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb44db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 68, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 68, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb44db; background: linear-gradient(135deg, #eb44db, #EB446C);