#eb4acf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 74, 207
HSL
310°, 80%, 61%
CMYK
0, 69, 12, 8
Luminance
0.2706
Every format
| HEX | #eb4acf |
| RGB | rgb(235, 74, 207) |
| HSL | hsl(310, 80%, 61%) |
| CMYK | cmyk(0%, 69%, 12%, 8%) |
| LAB | lab(59.0 74.7 -36.1) |
| LCH | lch(59.0 83.0 334.2) |
| OKLCH | oklch(0.678 0.239 335.7) |
Copy-ready code
/* CSS */
color: #eb4acf;
background-color: #eb4acf;
/* Tailwind (arbitrary) */
class="text-[#eb4acf] bg-[#eb4acf]"
/* SCSS */
$brand: #eb4acf;
/* SwiftUI */
Color(red: 0.922, green: 0.290, blue: 0.812)
/* Android */
Color.parseColor("#eb4acf")Accessibility — WCAG contrast
Aa
#eb4acf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4acf on black: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green29.0%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta68.5%
Yellow11.9%
Key (black)7.8%
Color previews
#eb4acf text on a black background
contrast 6.41:1
Card sample
#eb4acf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4acf;
Background color
Panel with #eb4acf background
background-color: #eb4acf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4acf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 74, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 74, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4acf; background: linear-gradient(135deg, #eb4acf, #EB4A64);