#eb4db7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 77, 183
HSL
320°, 80%, 61%
CMYK
0, 67, 22, 8
Luminance
0.2639
Every format
| HEX | #eb4db7 |
| RGB | rgb(235, 77, 183) |
| HSL | hsl(320, 80%, 61%) |
| CMYK | cmyk(0%, 67%, 22%, 8%) |
| LAB | lab(58.4 70.3 -23.4) |
| LCH | lch(58.4 74.1 341.6) |
| OKLCH | oklch(0.670 0.220 343.6) |
Copy-ready code
/* CSS */
color: #eb4db7;
background-color: #eb4db7;
/* Tailwind (arbitrary) */
class="text-[#eb4db7] bg-[#eb4db7]"
/* SCSS */
$brand: #eb4db7;
/* SwiftUI */
Color(red: 0.922, green: 0.302, blue: 0.718)
/* Android */
Color.parseColor("#eb4db7")Accessibility — WCAG contrast
Aa
#eb4db7 on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb4db7 on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green30.2%
Blue71.8%
CMYK percentages
Cyan0.0%
Magenta67.2%
Yellow22.1%
Key (black)7.8%
Color previews
#eb4db7 text on a black background
contrast 6.28:1
Card sample
#eb4db7 text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb4db7;
Background color
Panel with #eb4db7 background
background-color: #eb4db7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb4db7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 77, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 77, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb4db7; background: linear-gradient(135deg, #eb4db7, #EB4D4E);