#eb5cbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 92, 191
HSL
319°, 78%, 64%
CMYK
0, 61, 19, 8
Luminance
0.2908
Every format
| HEX | #eb5cbf |
| RGB | rgb(235, 92, 191) |
| HSL | hsl(319, 78%, 64%) |
| CMYK | cmyk(0%, 61%, 19%, 8%) |
| LAB | lab(60.9 65.5 -24.2) |
| LCH | lch(60.9 69.8 339.7) |
| OKLCH | oklch(0.690 0.206 341.6) |
Copy-ready code
/* CSS */
color: #eb5cbf;
background-color: #eb5cbf;
/* Tailwind (arbitrary) */
class="text-[#eb5cbf] bg-[#eb5cbf]"
/* SCSS */
$brand: #eb5cbf;
/* SwiftUI */
Color(red: 0.922, green: 0.361, blue: 0.749)
/* Android */
Color.parseColor("#eb5cbf")Accessibility — WCAG contrast
Aa
#eb5cbf on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5cbf on black: 6.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.1%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow18.7%
Key (black)7.8%
Color previews
#eb5cbf text on a black background
contrast 6.82:1
Card sample
#eb5cbf text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5cbf;
Background color
Panel with #eb5cbf background
background-color: #eb5cbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5cbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 92, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 92, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5cbf; background: linear-gradient(135deg, #eb5cbf, #EB5C60);