#ef71cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
239, 113, 207
HSL
315°, 80%, 69%
CMYK
0, 53, 13, 6
Luminance
0.3467
Every format
| HEX | #ef71cf |
| RGB | rgb(239, 113, 207) |
| HSL | hsl(315, 80%, 69%) |
| CMYK | cmyk(0%, 53%, 13%, 6%) |
| LAB | lab(65.5 59.7 -26.1) |
| LCH | lch(65.5 65.1 336.4) |
| OKLCH | oklch(0.727 0.189 338.1) |
Copy-ready code
/* CSS */
color: #ef71cf;
background-color: #ef71cf;
/* Tailwind (arbitrary) */
class="text-[#ef71cf] bg-[#ef71cf]"
/* SCSS */
$brand: #ef71cf;
/* SwiftUI */
Color(red: 0.937, green: 0.443, blue: 0.812)
/* Android */
Color.parseColor("#ef71cf")Accessibility — WCAG contrast
Aa
#ef71cf on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef71cf on black: 7.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green44.3%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta52.7%
Yellow13.4%
Key (black)6.3%
Color previews
#ef71cf text on a black background
contrast 7.93:1
Card sample
#ef71cf text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef71cf;
Background color
Panel with #ef71cf background
background-color: #ef71cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef71cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 113, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 113, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef71cf; background: linear-gradient(135deg, #ef71cf, #EF717B);