#ef5cd3
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 92, 211
HSL
311°, 82%, 65%
CMYK
0, 62, 12, 6
Luminance
0.3071
Every format
| HEX | #ef5cd3 |
| RGB | rgb(239, 92, 211) |
| HSL | hsl(311, 82%, 65%) |
| CMYK | cmyk(0%, 62%, 12%, 6%) |
| LAB | lab(62.3 69.4 -33.3) |
| LCH | lch(62.3 77.0 334.4) |
| OKLCH | oklch(0.704 0.222 335.9) |
Copy-ready code
/* CSS */
color: #ef5cd3;
background-color: #ef5cd3;
/* Tailwind (arbitrary) */
class="text-[#ef5cd3] bg-[#ef5cd3]"
/* SCSS */
$brand: #ef5cd3;
/* SwiftUI */
Color(red: 0.937, green: 0.361, blue: 0.827)
/* Android */
Color.parseColor("#ef5cd3")Accessibility — WCAG contrast
Aa
#ef5cd3 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef5cd3 on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green36.1%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta61.5%
Yellow11.7%
Key (black)6.3%
Color previews
#ef5cd3 text on a black background
contrast 7.14:1
Card sample
#ef5cd3 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef5cd3;
Background color
Panel with #ef5cd3 background
background-color: #ef5cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef5cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 92, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 92, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef5cd3; background: linear-gradient(135deg, #ef5cd3, #EF5C71);