#eb5cab
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 92, 171
HSL
327°, 78%, 64%
CMYK
0, 61, 27, 8
Luminance
0.2826
Every format
| HEX | #eb5cab |
| RGB | rgb(235, 92, 171) |
| HSL | hsl(327, 78%, 64%) |
| CMYK | cmyk(0%, 61%, 27%, 8%) |
| LAB | lab(60.1 62.8 -13.9) |
| LCH | lch(60.1 64.3 347.6) |
| OKLCH | oklch(0.682 0.194 349.2) |
Copy-ready code
/* CSS */
color: #eb5cab;
background-color: #eb5cab;
/* Tailwind (arbitrary) */
class="text-[#eb5cab] bg-[#eb5cab]"
/* SCSS */
$brand: #eb5cab;
/* SwiftUI */
Color(red: 0.922, green: 0.361, blue: 0.671)
/* Android */
Color.parseColor("#eb5cab")Accessibility — WCAG contrast
Aa
#eb5cab on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb5cab on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green36.1%
Blue67.1%
CMYK percentages
Cyan0.0%
Magenta60.9%
Yellow27.2%
Key (black)7.8%
Color previews
#eb5cab text on a black background
contrast 6.65:1
Card sample
#eb5cab text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb5cab;
Background color
Panel with #eb5cab background
background-color: #eb5cab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb5cab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 92, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 92, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb5cab; background: linear-gradient(135deg, #eb5cab, #EB6C5C);