#ec3fad
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 63, 173
HSL
322°, 82%, 59%
CMYK
0, 73, 27, 8
Luminance
0.2441
Every format
| HEX | #ec3fad |
| RGB | rgb(236, 63, 173) |
| HSL | hsl(322, 82%, 59%) |
| CMYK | cmyk(0%, 73%, 27%, 8%) |
| LAB | lab(56.5 74.1 -20.5) |
| LCH | lch(56.5 76.8 344.5) |
| OKLCH | oklch(0.656 0.231 346.4) |
Copy-ready code
/* CSS */
color: #ec3fad;
background-color: #ec3fad;
/* Tailwind (arbitrary) */
class="text-[#ec3fad] bg-[#ec3fad]"
/* SCSS */
$brand: #ec3fad;
/* SwiftUI */
Color(red: 0.925, green: 0.247, blue: 0.678)
/* Android */
Color.parseColor("#ec3fad")Accessibility — WCAG contrast
Aa
#ec3fad on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3fad on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green24.7%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta73.3%
Yellow26.7%
Key (black)7.5%
Color previews
#ec3fad text on a black background
contrast 5.88:1
Card sample
#ec3fad text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3fad;
Background color
Panel with #ec3fad background
background-color: #ec3fad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3fad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 63, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 63, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3fad; background: linear-gradient(135deg, #ec3fad, #EC443F);