#ec4fac
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 79, 172
HSL
325°, 81%, 62%
CMYK
0, 67, 27, 8
Luminance
0.2640
Every format
| HEX | #ec4fac |
| RGB | rgb(236, 79, 172) |
| HSL | hsl(325, 81%, 62%) |
| CMYK | cmyk(0%, 67%, 27%, 8%) |
| LAB | lab(58.4 68.4 -17.0) |
| LCH | lch(58.4 70.5 346.1) |
| OKLCH | oklch(0.670 0.212 347.9) |
Copy-ready code
/* CSS */
color: #ec4fac;
background-color: #ec4fac;
/* Tailwind (arbitrary) */
class="text-[#ec4fac] bg-[#ec4fac]"
/* SCSS */
$brand: #ec4fac;
/* SwiftUI */
Color(red: 0.925, green: 0.310, blue: 0.675)
/* Android */
Color.parseColor("#ec4fac")Accessibility — WCAG contrast
Aa
#ec4fac on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4fac on black: 6.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green31.0%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta66.5%
Yellow27.1%
Key (black)7.5%
Color previews
#ec4fac text on a black background
contrast 6.28:1
Card sample
#ec4fac text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4fac;
Background color
Panel with #ec4fac background
background-color: #ec4fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 79, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 79, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4fac; background: linear-gradient(135deg, #ec4fac, #EC5B4F);