#ec2bfd
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 43, 253
HSL
295°, 98%, 58%
CMYK
7, 83, 0, 1
Luminance
0.2665
Every format
| HEX | #ec2bfd |
| RGB | rgb(236, 43, 253) |
| HSL | hsl(295, 98%, 58%) |
| CMYK | cmyk(7%, 83%, 0%, 1%) |
| LAB | lab(58.6 90.2 -62.6) |
| LCH | lch(58.6 109.8 325.3) |
| OKLCH | oklch(0.684 0.300 324.3) |
Copy-ready code
/* CSS */
color: #ec2bfd;
background-color: #ec2bfd;
/* Tailwind (arbitrary) */
class="text-[#ec2bfd] bg-[#ec2bfd]"
/* SCSS */
$brand: #ec2bfd;
/* SwiftUI */
Color(red: 0.925, green: 0.169, blue: 0.992)
/* Android */
Color.parseColor("#ec2bfd")Accessibility — WCAG contrast
Aa
#ec2bfd on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2bfd on black: 6.33:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green16.9%
Blue99.2%
CMYK percentages
Cyan6.7%
Magenta83.0%
Yellow0.0%
Key (black)0.8%
Color previews
#ec2bfd text on a black background
contrast 6.33:1
Card sample
#ec2bfd text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2bfd;
Background color
Panel with #ec2bfd background
background-color: #ec2bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 43, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 43, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2bfd; background: linear-gradient(135deg, #ec2bfd, #FD2B82);