#ec3dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 61, 251
HSL
295°, 96%, 61%
CMYK
6, 76, 0, 2
Luminance
0.2814
Every format
| HEX | #ec3dfb |
| RGB | rgb(236, 61, 251) |
| HSL | hsl(295, 96%, 61%) |
| CMYK | cmyk(6%, 76%, 0%, 2%) |
| LAB | lab(60.0 85.6 -59.3) |
| LCH | lch(60.0 104.2 325.3) |
| OKLCH | oklch(0.693 0.285 324.5) |
Copy-ready code
/* CSS */
color: #ec3dfb;
background-color: #ec3dfb;
/* Tailwind (arbitrary) */
class="text-[#ec3dfb] bg-[#ec3dfb]"
/* SCSS */
$brand: #ec3dfb;
/* SwiftUI */
Color(red: 0.925, green: 0.239, blue: 0.984)
/* Android */
Color.parseColor("#ec3dfb")Accessibility — WCAG contrast
Aa
#ec3dfb on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec3dfb on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green23.9%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta75.7%
Yellow0.0%
Key (black)1.6%
Color previews
#ec3dfb text on a black background
contrast 6.63:1
Card sample
#ec3dfb text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec3dfb;
Background color
Panel with #ec3dfb background
background-color: #ec3dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec3dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 61, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 61, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec3dfb; background: linear-gradient(135deg, #ec3dfb, #FB3D8B);