#ef76ce
a light, electric magenta / pink · warm · closest name: orchid
RGB
239, 118, 206
HSL
316°, 79%, 70%
CMYK
0, 51, 14, 6
Luminance
0.3576
Every format
| HEX | #ef76ce |
| RGB | rgb(239, 118, 206) |
| HSL | hsl(316, 79%, 70%) |
| CMYK | cmyk(0%, 51%, 14%, 6%) |
| LAB | lab(66.3 57.2 -24.2) |
| LCH | lch(66.3 62.1 337.0) |
| OKLCH | oklch(0.733 0.180 338.8) |
Copy-ready code
/* CSS */
color: #ef76ce;
background-color: #ef76ce;
/* Tailwind (arbitrary) */
class="text-[#ef76ce] bg-[#ef76ce]"
/* SCSS */
$brand: #ef76ce;
/* SwiftUI */
Color(red: 0.937, green: 0.463, blue: 0.808)
/* Android */
Color.parseColor("#ef76ce")Accessibility — WCAG contrast
Aa
#ef76ce on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef76ce on black: 8.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green46.3%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta50.6%
Yellow13.8%
Key (black)6.3%
Color previews
#ef76ce text on a black background
contrast 8.15:1
Card sample
#ef76ce text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef76ce;
Background color
Panel with #ef76ce background
background-color: #ef76ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef76ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 118, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 118, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef76ce; background: linear-gradient(135deg, #ef76ce, #EF767D);