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