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