#ec1fdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
236, 31, 219
HSL
305°, 84%, 52%
CMYK
0, 87, 7, 8
Luminance
0.2393
Every format
| HEX | #ec1fdb |
| RGB | rgb(236, 31, 219) |
| HSL | hsl(305, 84%, 52%) |
| CMYK | cmyk(0%, 87%, 7%, 8%) |
| LAB | lab(56.0 87.4 -47.7) |
| LCH | lch(56.0 99.5 331.4) |
| OKLCH | oklch(0.659 0.284 332.4) |
Copy-ready code
/* CSS */
color: #ec1fdb;
background-color: #ec1fdb;
/* Tailwind (arbitrary) */
class="text-[#ec1fdb] bg-[#ec1fdb]"
/* SCSS */
$brand: #ec1fdb;
/* SwiftUI */
Color(red: 0.925, green: 0.122, blue: 0.859)
/* Android */
Color.parseColor("#ec1fdb")Accessibility — WCAG contrast
Aa
#ec1fdb on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ec1fdb on black: 5.79:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.5%
Green12.2%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta86.9%
Yellow7.2%
Key (black)7.5%
Color previews
#ec1fdb text on a black background
contrast 5.79:1
Card sample
#ec1fdb text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ec1fdb;
Background color
Panel with #ec1fdb background
background-color: #ec1fdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ec1fdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(236, 31, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(236, 31, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ec1fdb; background: linear-gradient(135deg, #ec1fdb, #EC1F52);