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