#ef1bce
a balanced, electric magenta / pink · warm · closest name: magenta
RGB
239, 27, 206
HSL
309°, 87%, 52%
CMYK
0, 89, 14, 6
Luminance
0.2359
Every format
| HEX | #ef1bce |
| RGB | rgb(239, 27, 206) |
| HSL | hsl(309, 87%, 52%) |
| CMYK | cmyk(0%, 89%, 14%, 6%) |
| LAB | lab(55.7 86.8 -40.8) |
| LCH | lch(55.7 95.9 334.8) |
| OKLCH | oklch(0.655 0.279 336.5) |
Copy-ready code
/* CSS */
color: #ef1bce;
background-color: #ef1bce;
/* Tailwind (arbitrary) */
class="text-[#ef1bce] bg-[#ef1bce]"
/* SCSS */
$brand: #ef1bce;
/* SwiftUI */
Color(red: 0.937, green: 0.106, blue: 0.808)
/* Android */
Color.parseColor("#ef1bce")Accessibility — WCAG contrast
Aa
#ef1bce on white: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1bce on black: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green10.6%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta88.7%
Yellow13.8%
Key (black)6.3%
Color previews
#ef1bce text on a black background
contrast 5.72:1
Card sample
#ef1bce text on a white background
contrast 3.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1bce;
Background color
Panel with #ef1bce background
background-color: #ef1bce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1bce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 27, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 27, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1bce; background: linear-gradient(135deg, #ef1bce, #EF1B41);