#ec2afb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 42, 251
HSL
296°, 96%, 58%
CMYK
6, 83, 0, 2
Luminance
0.2645
Every format
| HEX | #ec2afb |
| RGB | rgb(236, 42, 251) |
| HSL | hsl(296, 96%, 58%) |
| CMYK | cmyk(6%, 83%, 0%, 2%) |
| LAB | lab(58.5 90.1 -61.8) |
| LCH | lch(58.5 109.3 325.6) |
| OKLCH | oklch(0.682 0.299 324.8) |
Copy-ready code
/* CSS */
color: #ec2afb;
background-color: #ec2afb;
/* Tailwind (arbitrary) */
class="text-[#ec2afb] bg-[#ec2afb]"
/* SCSS */
$brand: #ec2afb;
/* SwiftUI */
Color(red: 0.925, green: 0.165, blue: 0.984)
/* Android */
Color.parseColor("#ec2afb")Accessibility — WCAG contrast
Aa
#ec2afb on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec2afb on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green16.5%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta83.3%
Yellow0.0%
Key (black)1.6%
Color previews
#ec2afb text on a black background
contrast 6.29:1
Card sample
#ec2afb text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec2afb;
Background color
Panel with #ec2afb background
background-color: #ec2afb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec2afb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 42, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 42, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec2afb; background: linear-gradient(135deg, #ec2afb, #FB2A7F);