#ec3bdf
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 59, 223
HSL
304°, 82%, 58%
CMYK
0, 75, 6, 8
Luminance
0.2629
Every format
| HEX | #ec3bdf |
| RGB | rgb(236, 59, 223) |
| HSL | hsl(304, 82%, 58%) |
| CMYK | cmyk(0%, 75%, 6%, 8%) |
| LAB | lab(58.3 81.9 -46.3) |
| LCH | lch(58.3 94.1 330.5) |
| OKLCH | oklch(0.676 0.267 331.4) |
Copy-ready code
/* CSS */
color: #ec3bdf;
background-color: #ec3bdf;
/* Tailwind (arbitrary) */
class="text-[#ec3bdf] bg-[#ec3bdf]"
/* SCSS */
$brand: #ec3bdf;
/* SwiftUI */
Color(red: 0.925, green: 0.231, blue: 0.875)
/* Android */
Color.parseColor("#ec3bdf")Accessibility — WCAG contrast
Aa
#ec3bdf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3bdf on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.1%
Blue87.5%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow5.5%
Key (black)7.5%
Color previews
#ec3bdf text on a black background
contrast 6.26:1
Card sample
#ec3bdf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3bdf;
Background color
Panel with #ec3bdf background
background-color: #ec3bdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3bdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 59, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 59, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3bdf; background: linear-gradient(135deg, #ec3bdf, #EC3B69);