#ef4cd3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 76, 211
HSL
310°, 84%, 62%
CMYK
0, 68, 12, 6
Luminance
0.2822
Every format
| HEX | #ef4cd3 |
| RGB | rgb(239, 76, 211) |
| HSL | hsl(310, 84%, 62%) |
| CMYK | cmyk(0%, 68%, 12%, 6%) |
| LAB | lab(60.1 75.5 -36.7) |
| LCH | lch(60.1 83.9 334.1) |
| OKLCH | oklch(0.688 0.242 335.6) |
Copy-ready code
/* CSS */
color: #ef4cd3;
background-color: #ef4cd3;
/* Tailwind (arbitrary) */
class="text-[#ef4cd3] bg-[#ef4cd3]"
/* SCSS */
$brand: #ef4cd3;
/* SwiftUI */
Color(red: 0.937, green: 0.298, blue: 0.827)
/* Android */
Color.parseColor("#ef4cd3")Accessibility — WCAG contrast
Aa
#ef4cd3 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4cd3 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green29.8%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow11.7%
Key (black)6.3%
Color previews
#ef4cd3 text on a black background
contrast 6.64:1
Card sample
#ef4cd3 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4cd3;
Background color
Panel with #ef4cd3 background
background-color: #ef4cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 76, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 76, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4cd3; background: linear-gradient(135deg, #ef4cd3, #EF4C66);