#eb4fdc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 79, 220
HSL
306°, 80%, 62%
CMYK
0, 66, 6, 8
Luminance
0.2842
Every format
| HEX | #eb4fdc |
| RGB | rgb(235, 79, 220) |
| HSL | hsl(306, 80%, 62%) |
| CMYK | cmyk(0%, 66%, 6%, 8%) |
| LAB | lab(60.3 74.8 -41.6) |
| LCH | lch(60.3 85.6 330.9) |
| OKLCH | oklch(0.689 0.243 332.0) |
Copy-ready code
/* CSS */
color: #eb4fdc;
background-color: #eb4fdc;
/* Tailwind (arbitrary) */
class="text-[#eb4fdc] bg-[#eb4fdc]"
/* SCSS */
$brand: #eb4fdc;
/* SwiftUI */
Color(red: 0.922, green: 0.310, blue: 0.863)
/* Android */
Color.parseColor("#eb4fdc")Accessibility — WCAG contrast
Aa
#eb4fdc on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4fdc on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green31.0%
Blue86.3%
CMYK percentages
Cyan0.0%
Magenta66.4%
Yellow6.4%
Key (black)7.8%
Color previews
#eb4fdc text on a black background
contrast 6.68:1
Card sample
#eb4fdc text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4fdc;
Background color
Panel with #eb4fdc background
background-color: #eb4fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 79, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 79, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4fdc; background: linear-gradient(135deg, #eb4fdc, #EB4F74);