#ef1db5
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 29, 181
HSL
317°, 87%, 53%
CMYK
0, 88, 24, 6
Luminance
0.2257
Every format
| HEX | #ef1db5 |
| RGB | rgb(239, 29, 181) |
| HSL | hsl(317, 87%, 53%) |
| CMYK | cmyk(0%, 88%, 24%, 6%) |
| LAB | lab(54.6 83.5 -28.0) |
| LCH | lch(54.6 88.0 341.5) |
| OKLCH | oklch(0.644 0.264 343.5) |
Copy-ready code
/* CSS */
color: #ef1db5;
background-color: #ef1db5;
/* Tailwind (arbitrary) */
class="text-[#ef1db5] bg-[#ef1db5]"
/* SCSS */
$brand: #ef1db5;
/* SwiftUI */
Color(red: 0.937, green: 0.114, blue: 0.710)
/* Android */
Color.parseColor("#ef1db5")Accessibility — WCAG contrast
Aa
#ef1db5 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1db5 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.4%
Blue71.0%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow24.3%
Key (black)6.3%
Color previews
#ef1db5 text on a black background
contrast 5.51:1
Card sample
#ef1db5 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1db5;
Background color
Panel with #ef1db5 background
background-color: #ef1db5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1db5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 29, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 29, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1db5; background: linear-gradient(135deg, #ef1db5, #EF1D29);