#ec3ecf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
236, 62, 207
HSL
310°, 82%, 58%
CMYK
0, 74, 12, 8
Luminance
0.2578
Every format
| HEX | #ec3ecf |
| RGB | rgb(236, 62, 207) |
| HSL | hsl(310, 82%, 58%) |
| CMYK | cmyk(0%, 74%, 12%, 8%) |
| LAB | lab(57.8 78.8 -38.0) |
| LCH | lch(57.8 87.4 334.2) |
| OKLCH | oklch(0.670 0.253 335.8) |
Copy-ready code
/* CSS */
color: #ec3ecf;
background-color: #ec3ecf;
/* Tailwind (arbitrary) */
class="text-[#ec3ecf] bg-[#ec3ecf]"
/* SCSS */
$brand: #ec3ecf;
/* SwiftUI */
Color(red: 0.925, green: 0.243, blue: 0.812)
/* Android */
Color.parseColor("#ec3ecf")Accessibility — WCAG contrast
Aa
#ec3ecf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3ecf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green24.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow12.3%
Key (black)7.5%
Color previews
#ec3ecf text on a black background
contrast 6.16:1
Card sample
#ec3ecf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3ecf;
Background color
Panel with #ec3ecf background
background-color: #ec3ecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3ecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 62, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 62, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3ecf; background: linear-gradient(135deg, #ec3ecf, #EC3E5B);