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