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