#ec5ecf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 94, 207
HSL
312°, 79%, 65%
CMYK
0, 60, 12, 8
Luminance
0.3034
Every format
| HEX | #ec5ecf |
| RGB | rgb(236, 94, 207) |
| HSL | hsl(312, 79%, 65%) |
| CMYK | cmyk(0%, 60%, 12%, 8%) |
| LAB | lab(62.0 67.2 -31.6) |
| LCH | lch(62.0 74.3 334.8) |
| OKLCH | oklch(0.700 0.214 336.5) |
Copy-ready code
/* CSS */
color: #ec5ecf;
background-color: #ec5ecf;
/* Tailwind (arbitrary) */
class="text-[#ec5ecf] bg-[#ec5ecf]"
/* SCSS */
$brand: #ec5ecf;
/* SwiftUI */
Color(red: 0.925, green: 0.369, blue: 0.812)
/* Android */
Color.parseColor("#ec5ecf")Accessibility — WCAG contrast
Aa
#ec5ecf on white: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ec5ecf on black: 7.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green36.9%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta60.2%
Yellow12.3%
Key (black)7.5%
Color previews
#ec5ecf text on a black background
contrast 7.07:1
Card sample
#ec5ecf text on a white background
contrast 2.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec5ecf;
Background color
Panel with #ec5ecf background
background-color: #ec5ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec5ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 94, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 94, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec5ecf; background: linear-gradient(135deg, #ec5ecf, #EC5E70);