#eb56db
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 86, 219
HSL
306°, 79%, 63%
CMYK
0, 63, 7, 8
Luminance
0.2943
Every format
| HEX | #eb56db |
| RGB | rgb(235, 86, 219) |
| HSL | hsl(306, 79%, 63%) |
| CMYK | cmyk(0%, 63%, 7%, 8%) |
| LAB | lab(61.2 72.0 -39.6) |
| LCH | lch(61.2 82.2 331.2) |
| OKLCH | oklch(0.696 0.233 332.3) |
Copy-ready code
/* CSS */
color: #eb56db;
background-color: #eb56db;
/* Tailwind (arbitrary) */
class="text-[#eb56db] bg-[#eb56db]"
/* SCSS */
$brand: #eb56db;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.859)
/* Android */
Color.parseColor("#eb56db")Accessibility — WCAG contrast
Aa
#eb56db on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb56db on black: 6.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow6.8%
Key (black)7.8%
Color previews
#eb56db text on a black background
contrast 6.89:1
Card sample
#eb56db text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb56db;
Background color
Panel with #eb56db background
background-color: #eb56db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb56db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb56db; background: linear-gradient(135deg, #eb56db, #EB5678);