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