#eb4eaf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 78, 175
HSL
323°, 80%, 61%
CMYK
0, 67, 26, 8
Luminance
0.2621
Every format
| HEX | #eb4eaf |
| RGB | rgb(235, 78, 175) |
| HSL | hsl(323, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 26%, 8%) |
| LAB | lab(58.2 68.9 -19.0) |
| LCH | lch(58.2 71.5 344.6) |
| OKLCH | oklch(0.668 0.215 346.4) |
Copy-ready code
/* CSS */
color: #eb4eaf;
background-color: #eb4eaf;
/* Tailwind (arbitrary) */
class="text-[#eb4eaf] bg-[#eb4eaf]"
/* SCSS */
$brand: #eb4eaf;
/* SwiftUI */
Color(red: 0.922, green: 0.306, blue: 0.686)
/* Android */
Color.parseColor("#eb4eaf")Accessibility — WCAG contrast
Aa
#eb4eaf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4eaf on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.6%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta66.8%
Yellow25.5%
Key (black)7.8%
Color previews
#eb4eaf text on a black background
contrast 6.24:1
Card sample
#eb4eaf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4eaf;
Background color
Panel with #eb4eaf background
background-color: #eb4eaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4eaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 78, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 78, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4eaf; background: linear-gradient(135deg, #eb4eaf, #EB564E);