#ec5cdf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 92, 223
HSL
305°, 79%, 64%
CMYK
0, 61, 6, 8
Luminance
0.3081
Every format
| HEX | #ec5cdf |
| RGB | rgb(236, 92, 223) |
| HSL | hsl(305, 79%, 64%) |
| CMYK | cmyk(0%, 61%, 6%, 8%) |
| LAB | lab(62.4 70.5 -40.0) |
| LCH | lch(62.4 81.1 330.5) |
| OKLCH | oklch(0.705 0.229 331.4) |
Copy-ready code
/* CSS */
color: #ec5cdf;
background-color: #ec5cdf;
/* Tailwind (arbitrary) */
class="text-[#ec5cdf] bg-[#ec5cdf]"
/* SCSS */
$brand: #ec5cdf;
/* SwiftUI */
Color(red: 0.925, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#ec5cdf")Accessibility — WCAG contrast
Aa
#ec5cdf on white: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5cdf on black: 7.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta61.0%
Yellow5.5%
Key (black)7.5%
Color previews
#ec5cdf text on a black background
contrast 7.16:1
Card sample
#ec5cdf text on a white background
contrast 2.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5cdf;
Background color
Panel with #ec5cdf background
background-color: #ec5cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5cdf; background: linear-gradient(135deg, #ec5cdf, #EC5C7F);