#eb649f
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 100, 159
HSL
334°, 77%, 66%
CMYK
0, 57, 32, 8
Luminance
0.2928
Every format
| HEX | #eb649f |
| RGB | rgb(235, 100, 159) |
| HSL | hsl(334, 77%, 66%) |
| CMYK | cmyk(0%, 57%, 32%, 8%) |
| LAB | lab(61.0 57.9 -5.6) |
| LCH | lch(61.0 58.2 354.5) |
| OKLCH | oklch(0.687 0.177 355.5) |
Copy-ready code
/* CSS */
color: #eb649f;
background-color: #eb649f;
/* Tailwind (arbitrary) */
class="text-[#eb649f] bg-[#eb649f]"
/* SCSS */
$brand: #eb649f;
/* SwiftUI */
Color(red: 0.922, green: 0.392, blue: 0.624)
/* Android */
Color.parseColor("#eb649f")Accessibility — WCAG contrast
Aa
#eb649f on white: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb649f on black: 6.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green39.2%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta57.4%
Yellow32.3%
Key (black)7.8%
Color previews
#eb649f text on a black background
contrast 6.86:1
Card sample
#eb649f text on a white background
contrast 3.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb649f;
Background color
Panel with #eb649f background
background-color: #eb649f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb649f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 100, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 100, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb649f; background: linear-gradient(135deg, #eb649f, #EB8364);