#eb1968
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
235, 25, 104
HSL
337°, 84%, 51%
CMYK
0, 89, 56, 8
Luminance
0.1936
Every format
| HEX | #eb1968 |
| RGB | rgb(235, 25, 104) |
| HSL | hsl(337, 84%, 51%) |
| CMYK | cmyk(0%, 89%, 56%, 8%) |
| LAB | lab(51.1 76.2 12.7) |
| LCH | lch(51.1 77.2 9.5) |
| OKLCH | oklch(0.609 0.234 7.9) |
Copy-ready code
/* CSS */
color: #eb1968;
background-color: #eb1968;
/* Tailwind (arbitrary) */
class="text-[#eb1968] bg-[#eb1968]"
/* SCSS */
$brand: #eb1968;
/* SwiftUI */
Color(red: 0.922, green: 0.098, blue: 0.408)
/* Android */
Color.parseColor("#eb1968")Accessibility — WCAG contrast
Aa
#eb1968 on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb1968 on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green9.8%
Blue40.8%
CMYK percentages
Cyan0.0%
Magenta89.4%
Yellow55.7%
Key (black)7.8%
Color previews
#eb1968 text on a black background
contrast 4.87:1
Card sample
#eb1968 text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb1968;
Background color
Panel with #eb1968 background
background-color: #eb1968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb1968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 25, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 25, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb1968; background: linear-gradient(135deg, #eb1968, #EB5619);