#ec56cf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 86, 207
HSL
312°, 80%, 63%
CMYK
0, 64, 12, 8
Luminance
0.2899
Every format
| HEX | #ec56cf |
| RGB | rgb(236, 86, 207) |
| HSL | hsl(312, 80%, 63%) |
| CMYK | cmyk(0%, 64%, 12%, 8%) |
| LAB | lab(60.8 70.5 -33.4) |
| LCH | lch(60.8 78.0 334.6) |
| OKLCH | oklch(0.691 0.225 336.2) |
Copy-ready code
/* CSS */
color: #ec56cf;
background-color: #ec56cf;
/* Tailwind (arbitrary) */
class="text-[#ec56cf] bg-[#ec56cf]"
/* SCSS */
$brand: #ec56cf;
/* SwiftUI */
Color(red: 0.925, green: 0.337, blue: 0.812)
/* Android */
Color.parseColor("#ec56cf")Accessibility — WCAG contrast
Aa
#ec56cf on white: 3.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec56cf on black: 6.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green33.7%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta63.6%
Yellow12.3%
Key (black)7.5%
Color previews
#ec56cf text on a black background
contrast 6.80:1
Card sample
#ec56cf text on a white background
contrast 3.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec56cf;
Background color
Panel with #ec56cf background
background-color: #ec56cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec56cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 86, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 86, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec56cf; background: linear-gradient(135deg, #ec56cf, #EC566B);