#ec0dfb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 13, 251
HSL
296°, 97%, 52%
CMYK
6, 95, 0, 2
Luminance
0.2509
Every format
| HEX | #ec0dfb |
| RGB | rgb(236, 13, 251) |
| HSL | hsl(296, 97%, 52%) |
| CMYK | cmyk(6%, 95%, 0%, 2%) |
| LAB | lab(57.2 94.0 -63.9) |
| LCH | lch(57.2 113.6 325.8) |
| OKLCH | oklch(0.673 0.311 325.0) |
Copy-ready code
/* CSS */
color: #ec0dfb;
background-color: #ec0dfb;
/* Tailwind (arbitrary) */
class="text-[#ec0dfb] bg-[#ec0dfb]"
/* SCSS */
$brand: #ec0dfb;
/* SwiftUI */
Color(red: 0.925, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#ec0dfb")Accessibility — WCAG contrast
Aa
#ec0dfb on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec0dfb on black: 6.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green5.1%
Blue98.4%
CMYK percentages
Cyan6.0%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#ec0dfb text on a black background
contrast 6.02:1
Card sample
#ec0dfb text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec0dfb;
Background color
Panel with #ec0dfb background
background-color: #ec0dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec0dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec0dfb; background: linear-gradient(135deg, #ec0dfb, #FB0D6C);