#ec5dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 93, 191
HSL
319°, 79%, 65%
CMYK
0, 61, 19, 8
Luminance
0.2942
Every format
| HEX | #ec5dbf |
| RGB | rgb(236, 93, 191) |
| HSL | hsl(319, 79%, 65%) |
| CMYK | cmyk(0%, 61%, 19%, 8%) |
| LAB | lab(61.2 65.3 -23.7) |
| LCH | lch(61.2 69.5 340.0) |
| OKLCH | oklch(0.692 0.205 341.9) |
Copy-ready code
/* CSS */
color: #ec5dbf;
background-color: #ec5dbf;
/* Tailwind (arbitrary) */
class="text-[#ec5dbf] bg-[#ec5dbf]"
/* SCSS */
$brand: #ec5dbf;
/* SwiftUI */
Color(red: 0.925, green: 0.365, blue: 0.749)
/* Android */
Color.parseColor("#ec5dbf")Accessibility — WCAG contrast
Aa
#ec5dbf on white: 3.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec5dbf on black: 6.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.5%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta60.6%
Yellow19.1%
Key (black)7.5%
Color previews
#ec5dbf text on a black background
contrast 6.88:1
Card sample
#ec5dbf text on a white background
contrast 3.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5dbf;
Background color
Panel with #ec5dbf background
background-color: #ec5dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 93, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 93, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5dbf; background: linear-gradient(135deg, #ec5dbf, #EC5D60);