#ec5fdf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 95, 223
HSL
306°, 79%, 65%
CMYK
0, 60, 6, 8
Luminance
0.3134
Every format
| HEX | #ec5fdf |
| RGB | rgb(236, 95, 223) |
| HSL | hsl(306, 79%, 65%) |
| CMYK | cmyk(0%, 60%, 6%, 8%) |
| LAB | lab(62.8 69.3 -39.3) |
| LCH | lch(62.8 79.6 330.5) |
| OKLCH | oklch(0.708 0.225 331.4) |
Copy-ready code
/* CSS */
color: #ec5fdf;
background-color: #ec5fdf;
/* Tailwind (arbitrary) */
class="text-[#ec5fdf] bg-[#ec5fdf]"
/* SCSS */
$brand: #ec5fdf;
/* SwiftUI */
Color(red: 0.925, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#ec5fdf")Accessibility — WCAG contrast
Aa
#ec5fdf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5fdf on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green37.3%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta59.7%
Yellow5.5%
Key (black)7.5%
Color previews
#ec5fdf text on a black background
contrast 7.27:1
Card sample
#ec5fdf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5fdf;
Background color
Panel with #ec5fdf background
background-color: #ec5fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5fdf; background: linear-gradient(135deg, #ec5fdf, #EC5F81);