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