#eb449f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 68, 159
HSL
327°, 81%, 59%
CMYK
0, 71, 32, 8
Luminance
0.2430
Every format
| HEX | #eb449f |
| RGB | rgb(235, 68, 159) |
| HSL | hsl(327, 81%, 59%) |
| CMYK | cmyk(0%, 71%, 32%, 8%) |
| LAB | lab(56.4 70.6 -12.5) |
| LCH | lch(56.4 71.7 349.9) |
| OKLCH | oklch(0.653 0.218 351.5) |
Copy-ready code
/* CSS */
color: #eb449f;
background-color: #eb449f;
/* Tailwind (arbitrary) */
class="text-[#eb449f] bg-[#eb449f]"
/* SCSS */
$brand: #eb449f;
/* SwiftUI */
Color(red: 0.922, green: 0.267, blue: 0.624)
/* Android */
Color.parseColor("#eb449f")Accessibility — WCAG contrast
Aa
#eb449f on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb449f on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green26.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta71.1%
Yellow32.3%
Key (black)7.8%
Color previews
#eb449f text on a black background
contrast 5.86:1
Card sample
#eb449f text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb449f;
Background color
Panel with #eb449f background
background-color: #eb449f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb449f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 68, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 68, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb449f; background: linear-gradient(135deg, #eb449f, #EB5844);