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