#ec47cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 71, 207
HSL
311°, 81%, 60%
CMYK
0, 70, 12, 8
Luminance
0.2684
Every format
| HEX | #ec47cf |
| RGB | rgb(236, 71, 207) |
| HSL | hsl(311, 81%, 60%) |
| CMYK | cmyk(0%, 70%, 12%, 8%) |
| LAB | lab(58.8 75.9 -36.5) |
| LCH | lch(58.8 84.2 334.4) |
| OKLCH | oklch(0.677 0.243 335.9) |
Copy-ready code
/* CSS */
color: #ec47cf;
background-color: #ec47cf;
/* Tailwind (arbitrary) */
class="text-[#ec47cf] bg-[#ec47cf]"
/* SCSS */
$brand: #ec47cf;
/* SwiftUI */
Color(red: 0.925, green: 0.278, blue: 0.812)
/* Android */
Color.parseColor("#ec47cf")Accessibility — WCAG contrast
Aa
#ec47cf on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec47cf on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green27.8%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta69.9%
Yellow12.3%
Key (black)7.5%
Color previews
#ec47cf text on a black background
contrast 6.37:1
Card sample
#ec47cf text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec47cf;
Background color
Panel with #ec47cf background
background-color: #ec47cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec47cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 71, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 71, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec47cf; background: linear-gradient(135deg, #ec47cf, #EC4761);