#eb4fc1
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 79, 193
HSL
316°, 80%, 62%
CMYK
0, 66, 18, 8
Luminance
0.2710
Every format
| HEX | #eb4fc1 |
| RGB | rgb(235, 79, 193) |
| HSL | hsl(316, 80%, 62%) |
| CMYK | cmyk(0%, 66%, 18%, 8%) |
| LAB | lab(59.1 70.9 -28.1) |
| LCH | lch(59.1 76.3 338.4) |
| OKLCH | oklch(0.677 0.224 340.3) |
Copy-ready code
/* CSS */
color: #eb4fc1;
background-color: #eb4fc1;
/* Tailwind (arbitrary) */
class="text-[#eb4fc1] bg-[#eb4fc1]"
/* SCSS */
$brand: #eb4fc1;
/* SwiftUI */
Color(red: 0.922, green: 0.310, blue: 0.757)
/* Android */
Color.parseColor("#eb4fc1")Accessibility — WCAG contrast
Aa
#eb4fc1 on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4fc1 on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.0%
Blue75.7%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow17.9%
Key (black)7.8%
Color previews
#eb4fc1 text on a black background
contrast 6.42:1
Card sample
#eb4fc1 text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4fc1;
Background color
Panel with #eb4fc1 background
background-color: #eb4fc1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4fc1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 79, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 79, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4fc1; background: linear-gradient(135deg, #eb4fc1, #EB4F59);