#eb5ac7
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 90, 199
HSL
315°, 78%, 64%
CMYK
0, 62, 15, 8
Luminance
0.2910
Every format
| HEX | #eb5ac7 |
| RGB | rgb(235, 90, 199) |
| HSL | hsl(315, 78%, 64%) |
| CMYK | cmyk(0%, 62%, 15%, 8%) |
| LAB | lab(60.9 67.5 -28.7) |
| LCH | lch(60.9 73.3 336.9) |
| OKLCH | oklch(0.691 0.214 338.7) |
Copy-ready code
/* CSS */
color: #eb5ac7;
background-color: #eb5ac7;
/* Tailwind (arbitrary) */
class="text-[#eb5ac7] bg-[#eb5ac7]"
/* SCSS */
$brand: #eb5ac7;
/* SwiftUI */
Color(red: 0.922, green: 0.353, blue: 0.780)
/* Android */
Color.parseColor("#eb5ac7")Accessibility — WCAG contrast
Aa
#eb5ac7 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5ac7 on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green35.3%
Blue78.0%
CMYK percentages
Cyan0.0%
Magenta61.7%
Yellow15.3%
Key (black)7.8%
Color previews
#eb5ac7 text on a black background
contrast 6.82:1
Card sample
#eb5ac7 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5ac7;
Background color
Panel with #eb5ac7 background
background-color: #eb5ac7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5ac7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 90, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 90, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5ac7; background: linear-gradient(135deg, #eb5ac7, #EB5A66);