#eb1fad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 31, 173
HSL
318°, 84%, 52%
CMYK
0, 87, 26, 8
Luminance
0.2166
Every format
| HEX | #eb1fad |
| RGB | rgb(235, 31, 173) |
| HSL | hsl(318, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 26%, 8%) |
| LAB | lab(53.7 81.4 -24.9) |
| LCH | lch(53.7 85.1 343.0) |
| OKLCH | oklch(0.635 0.257 345.0) |
Copy-ready code
/* CSS */
color: #eb1fad;
background-color: #eb1fad;
/* Tailwind (arbitrary) */
class="text-[#eb1fad] bg-[#eb1fad]"
/* SCSS */
$brand: #eb1fad;
/* SwiftUI */
Color(red: 0.922, green: 0.122, blue: 0.678)
/* Android */
Color.parseColor("#eb1fad")Accessibility — WCAG contrast
Aa
#eb1fad on white: 3.94:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1fad on black: 5.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green12.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow26.4%
Key (black)7.8%
Color previews
#eb1fad text on a black background
contrast 5.33:1
Card sample
#eb1fad text on a white background
contrast 3.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1fad;
Background color
Panel with #eb1fad background
background-color: #eb1fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 31, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 31, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1fad; background: linear-gradient(135deg, #eb1fad, #EB1F25);