#ef1cdb
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 28, 219
HSL
306°, 87%, 52%
CMYK
0, 88, 8, 6
Luminance
0.2430
Every format
| HEX | #ef1cdb |
| RGB | rgb(239, 28, 219) |
| HSL | hsl(306, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 8%, 6%) |
| LAB | lab(56.4 88.3 -47.1) |
| LCH | lch(56.4 100.1 331.9) |
| OKLCH | oklch(0.662 0.287 333.1) |
Copy-ready code
/* CSS */
color: #ef1cdb;
background-color: #ef1cdb;
/* Tailwind (arbitrary) */
class="text-[#ef1cdb] bg-[#ef1cdb]"
/* SCSS */
$brand: #ef1cdb;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.859)
/* Android */
Color.parseColor("#ef1cdb")Accessibility — WCAG contrast
Aa
#ef1cdb on white: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cdb on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue85.9%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow8.4%
Key (black)6.3%
Color previews
#ef1cdb text on a black background
contrast 5.86:1
Card sample
#ef1cdb text on a white background
contrast 3.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cdb;
Background color
Panel with #ef1cdb background
background-color: #ef1cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cdb; background: linear-gradient(135deg, #ef1cdb, #EF1C4E);