#ef1dae
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 29, 174
HSL
319°, 87%, 53%
CMYK
0, 88, 27, 6
Luminance
0.2229
Every format
| HEX | #ef1dae |
| RGB | rgb(239, 29, 174) |
| HSL | hsl(319, 87%, 53%) |
| CMYK | cmyk(0%, 88%, 27%, 6%) |
| LAB | lab(54.3 82.7 -24.4) |
| LCH | lch(54.3 86.2 343.6) |
| OKLCH | oklch(0.641 0.260 345.6) |
Copy-ready code
/* CSS */
color: #ef1dae;
background-color: #ef1dae;
/* Tailwind (arbitrary) */
class="text-[#ef1dae] bg-[#ef1dae]"
/* SCSS */
$brand: #ef1dae;
/* SwiftUI */
Color(red: 0.937, green: 0.114, blue: 0.682)
/* Android */
Color.parseColor("#ef1dae")Accessibility — WCAG contrast
Aa
#ef1dae on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1dae on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.4%
Blue68.2%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow27.2%
Key (black)6.3%
Color previews
#ef1dae text on a black background
contrast 5.46:1
Card sample
#ef1dae text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1dae;
Background color
Panel with #ef1dae background
background-color: #ef1dae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1dae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 29, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 29, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1dae; background: linear-gradient(135deg, #ef1dae, #EF1D22);