#ef1cbb
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 28, 187
HSL
315°, 87%, 52%
CMYK
0, 88, 22, 6
Luminance
0.2277
Every format
| HEX | #ef1cbb |
| RGB | rgb(239, 28, 187) |
| HSL | hsl(315, 87%, 52%) |
| CMYK | cmyk(0%, 88%, 22%, 6%) |
| LAB | lab(54.8 84.3 -31.2) |
| LCH | lch(54.8 89.9 339.7) |
| OKLCH | oklch(0.646 0.268 341.7) |
Copy-ready code
/* CSS */
color: #ef1cbb;
background-color: #ef1cbb;
/* Tailwind (arbitrary) */
class="text-[#ef1cbb] bg-[#ef1cbb]"
/* SCSS */
$brand: #ef1cbb;
/* SwiftUI */
Color(red: 0.937, green: 0.110, blue: 0.733)
/* Android */
Color.parseColor("#ef1cbb")Accessibility — WCAG contrast
Aa
#ef1cbb on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1cbb on black: 5.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.0%
Blue73.3%
CMYK percentages
Cyan0.0%
Magenta88.3%
Yellow21.8%
Key (black)6.3%
Color previews
#ef1cbb text on a black background
contrast 5.55:1
Card sample
#ef1cbb text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1cbb;
Background color
Panel with #ef1cbb background
background-color: #ef1cbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1cbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 28, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 28, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1cbb; background: linear-gradient(135deg, #ef1cbb, #EF1C2F);