#eb6cad
a light, electric magenta / pink · warm · closest name: orchid
RGB
235, 108, 173
HSL
329°, 76%, 67%
CMYK
0, 54, 26, 8
Luminance
0.3140
Every format
| HEX | #eb6cad |
| RGB | rgb(235, 108, 173) |
| HSL | hsl(329, 76%, 67%) |
| CMYK | cmyk(0%, 54%, 26%, 8%) |
| LAB | lab(62.9 56.0 -10.9) |
| LCH | lch(62.9 57.0 349.0) |
| OKLCH | oklch(0.702 0.172 350.5) |
Copy-ready code
/* CSS */
color: #eb6cad;
background-color: #eb6cad;
/* Tailwind (arbitrary) */
class="text-[#eb6cad] bg-[#eb6cad]"
/* SCSS */
$brand: #eb6cad;
/* SwiftUI */
Color(red: 0.922, green: 0.424, blue: 0.678)
/* Android */
Color.parseColor("#eb6cad")Accessibility — WCAG contrast
Aa
#eb6cad on white: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eb6cad on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.2%
Green42.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta54.0%
Yellow26.4%
Key (black)7.8%
Color previews
#eb6cad text on a black background
contrast 7.28:1
Card sample
#eb6cad text on a white background
contrast 2.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eb6cad;
Background color
Panel with #eb6cad background
background-color: #eb6cad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eb6cad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(235, 108, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(235, 108, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eb6cad; background: linear-gradient(135deg, #eb6cad, #EB806C);