#eb569f
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 86, 159
HSL
331°, 79%, 63%
CMYK
0, 63, 32, 8
Luminance
0.2682
Every format
| HEX | #eb569f |
| RGB | rgb(235, 86, 159) |
| HSL | hsl(331, 79%, 63%) |
| CMYK | cmyk(0%, 63%, 32%, 8%) |
| LAB | lab(58.8 63.9 -8.9) |
| LCH | lch(58.8 64.5 352.1) |
| OKLCH | oklch(0.671 0.196 353.4) |
Copy-ready code
/* CSS */
color: #eb569f;
background-color: #eb569f;
/* Tailwind (arbitrary) */
class="text-[#eb569f] bg-[#eb569f]"
/* SCSS */
$brand: #eb569f;
/* SwiftUI */
Color(red: 0.922, green: 0.337, blue: 0.624)
/* Android */
Color.parseColor("#eb569f")Accessibility — WCAG contrast
Aa
#eb569f on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb569f on black: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green33.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow32.3%
Key (black)7.8%
Color previews
#eb569f text on a black background
contrast 6.36:1
Card sample
#eb569f text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb569f;
Background color
Panel with #eb569f background
background-color: #eb569f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb569f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 86, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 86, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb569f; background: linear-gradient(135deg, #eb569f, #EB7056);