#ec4ecb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 78, 203
HSL
313°, 81%, 62%
CMYK
0, 67, 14, 8
Luminance
0.2759
Every format
| HEX | #ec4ecb |
| RGB | rgb(236, 78, 203) |
| HSL | hsl(313, 81%, 62%) |
| CMYK | cmyk(0%, 67%, 14%, 8%) |
| LAB | lab(59.5 72.9 -33.1) |
| LCH | lch(59.5 80.1 335.6) |
| OKLCH | oklch(0.682 0.233 337.3) |
Copy-ready code
/* CSS */
color: #ec4ecb;
background-color: #ec4ecb;
/* Tailwind (arbitrary) */
class="text-[#ec4ecb] bg-[#ec4ecb]"
/* SCSS */
$brand: #ec4ecb;
/* SwiftUI */
Color(red: 0.925, green: 0.306, blue: 0.796)
/* Android */
Color.parseColor("#ec4ecb")Accessibility — WCAG contrast
Aa
#ec4ecb on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec4ecb on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green30.6%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta66.9%
Yellow14.0%
Key (black)7.5%
Color previews
#ec4ecb text on a black background
contrast 6.52:1
Card sample
#ec4ecb text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec4ecb;
Background color
Panel with #ec4ecb background
background-color: #ec4ecb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec4ecb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 78, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 78, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec4ecb; background: linear-gradient(135deg, #ec4ecb, #EC4E62);