#ef1ebc
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 30, 188
HSL
315°, 87%, 53%
CMYK
0, 87, 21, 6
Luminance
0.2291
Every format
| HEX | #ef1ebc |
| RGB | rgb(239, 30, 188) |
| HSL | hsl(315, 87%, 53%) |
| CMYK | cmyk(0%, 87%, 21%, 6%) |
| LAB | lab(55.0 84.1 -31.5) |
| LCH | lch(55.0 89.8 339.5) |
| OKLCH | oklch(0.648 0.267 341.5) |
Copy-ready code
/* CSS */
color: #ef1ebc;
background-color: #ef1ebc;
/* Tailwind (arbitrary) */
class="text-[#ef1ebc] bg-[#ef1ebc]"
/* SCSS */
$brand: #ef1ebc;
/* SwiftUI */
Color(red: 0.937, green: 0.118, blue: 0.737)
/* Android */
Color.parseColor("#ef1ebc")Accessibility — WCAG contrast
Aa
#ef1ebc on white: 3.76:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1ebc on black: 5.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta87.4%
Yellow21.3%
Key (black)6.3%
Color previews
#ef1ebc text on a black background
contrast 5.58:1
Card sample
#ef1ebc text on a white background
contrast 3.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1ebc;
Background color
Panel with #ef1ebc background
background-color: #ef1ebc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1ebc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 30, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 30, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1ebc; background: linear-gradient(135deg, #ef1ebc, #EF1E31);