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