#eb7694
a light, vivid magenta / pink · warm · closest name: salmon
RGB
235, 118, 148
HSL
345°, 75%, 69%
CMYK
0, 50, 37, 8
Luminance
0.3276
Every format
| HEX | #eb7694 |
| RGB | rgb(235, 118, 148) |
| HSL | hsl(345, 75%, 69%) |
| CMYK | cmyk(0%, 50%, 37%, 8%) |
| LAB | lab(64.0 48.1 5.0) |
| LCH | lch(64.0 48.4 6.0) |
| OKLCH | oklch(0.708 0.147 5.3) |
Copy-ready code
/* CSS */
color: #eb7694;
background-color: #eb7694;
/* Tailwind (arbitrary) */
class="text-[#eb7694] bg-[#eb7694]"
/* SCSS */
$brand: #eb7694;
/* SwiftUI */
Color(red: 0.922, green: 0.463, blue: 0.580)
/* Android */
Color.parseColor("#eb7694")Accessibility — WCAG contrast
Aa
#eb7694 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb7694 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green46.3%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta49.8%
Yellow37.0%
Key (black)7.8%
Color previews
#eb7694 text on a black background
contrast 7.55:1
Card sample
#eb7694 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb7694;
Background color
Panel with #eb7694 background
background-color: #eb7694;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb7694;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 118, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 118, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb7694; background: linear-gradient(135deg, #eb7694, #EBA676);