#ef80cf
a light, electric magenta / pink · warm · closest name: orchid
RGB
239, 128, 207
HSL
317°, 78%, 72%
CMYK
0, 46, 13, 6
Luminance
0.3829
Every format
| HEX | #ef80cf |
| RGB | rgb(239, 128, 207) |
| HSL | hsl(317, 78%, 72%) |
| CMYK | cmyk(0%, 46%, 13%, 6%) |
| LAB | lab(68.2 52.5 -21.9) |
| LCH | lch(68.2 56.9 337.4) |
| OKLCH | oklch(0.747 0.165 339.1) |
Copy-ready code
/* CSS */
color: #ef80cf;
background-color: #ef80cf;
/* Tailwind (arbitrary) */
class="text-[#ef80cf] bg-[#ef80cf]"
/* SCSS */
$brand: #ef80cf;
/* SwiftUI */
Color(red: 0.937, green: 0.502, blue: 0.812)
/* Android */
Color.parseColor("#ef80cf")Accessibility — WCAG contrast
Aa
#ef80cf on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef80cf on black: 8.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green50.2%
Blue81.2%
CMYK percentages
Cyan0.0%
Magenta46.4%
Yellow13.4%
Key (black)6.3%
Color previews
#ef80cf text on a black background
contrast 8.66:1
Card sample
#ef80cf text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef80cf;
Background color
Panel with #ef80cf background
background-color: #ef80cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef80cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 128, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 128, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef80cf; background: linear-gradient(135deg, #ef80cf, #EF8085);