#eb5dcd
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 93, 205
HSL
313°, 78%, 64%
CMYK
0, 60, 13, 8
Luminance
0.2990
Every format
| HEX | #eb5dcd |
| RGB | rgb(235, 93, 205) |
| HSL | hsl(313, 78%, 64%) |
| CMYK | cmyk(0%, 60%, 13%, 8%) |
| LAB | lab(61.6 67.1 -31.1) |
| LCH | lch(61.6 73.9 335.2) |
| OKLCH | oklch(0.697 0.214 336.8) |
Copy-ready code
/* CSS */
color: #eb5dcd;
background-color: #eb5dcd;
/* Tailwind (arbitrary) */
class="text-[#eb5dcd] bg-[#eb5dcd]"
/* SCSS */
$brand: #eb5dcd;
/* SwiftUI */
Color(red: 0.922, green: 0.365, blue: 0.804)
/* Android */
Color.parseColor("#eb5dcd")Accessibility — WCAG contrast
Aa
#eb5dcd on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5dcd on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.5%
Blue80.4%
CMYK percentages
Cyan0.0%
Magenta60.4%
Yellow12.8%
Key (black)7.8%
Color previews
#eb5dcd text on a black background
contrast 6.98:1
Card sample
#eb5dcd text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5dcd;
Background color
Panel with #eb5dcd background
background-color: #eb5dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 93, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 93, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5dcd; background: linear-gradient(135deg, #eb5dcd, #EB5D6E);