#eb3cad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
235, 60, 173
HSL
321°, 81%, 58%
CMYK
0, 75, 26, 8
Luminance
0.2391
Every format
| HEX | #eb3cad |
| RGB | rgb(235, 60, 173) |
| HSL | hsl(321, 81%, 58%) |
| CMYK | cmyk(0%, 75%, 26%, 8%) |
| LAB | lab(56.0 74.7 -21.3) |
| LCH | lch(56.0 77.7 344.1) |
| OKLCH | oklch(0.652 0.234 346.0) |
Copy-ready code
/* CSS */
color: #eb3cad;
background-color: #eb3cad;
/* Tailwind (arbitrary) */
class="text-[#eb3cad] bg-[#eb3cad]"
/* SCSS */
$brand: #eb3cad;
/* SwiftUI */
Color(red: 0.922, green: 0.235, blue: 0.678)
/* Android */
Color.parseColor("#eb3cad")Accessibility — WCAG contrast
Aa
#eb3cad on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#eb3cad on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green23.5%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta74.5%
Yellow26.4%
Key (black)7.8%
Color previews
#eb3cad text on a black background
contrast 5.78:1
Card sample
#eb3cad text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb3cad;
Background color
Panel with #eb3cad background
background-color: #eb3cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb3cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 60, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 60, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb3cad; background: linear-gradient(135deg, #eb3cad, #EB403C);