#ef1db8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 29, 184
HSL
316°, 87%, 53%
CMYK
0, 88, 23, 6
Luminance
0.2269
Every format
| HEX | #ef1db8 |
| RGB | rgb(239, 29, 184) |
| HSL | hsl(316, 87%, 53%) |
| CMYK | cmyk(0%, 88%, 23%, 6%) |
| LAB | lab(54.8 83.8 -29.6) |
| LCH | lch(54.8 88.9 340.6) |
| OKLCH | oklch(0.645 0.266 342.6) |
Copy-ready code
/* CSS */
color: #ef1db8;
background-color: #ef1db8;
/* Tailwind (arbitrary) */
class="text-[#ef1db8] bg-[#ef1db8]"
/* SCSS */
$brand: #ef1db8;
/* SwiftUI */
Color(red: 0.937, green: 0.114, blue: 0.722)
/* Android */
Color.parseColor("#ef1db8")Accessibility — WCAG contrast
Aa
#ef1db8 on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1db8 on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green11.4%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta87.9%
Yellow23.0%
Key (black)6.3%
Color previews
#ef1db8 text on a black background
contrast 5.54:1
Card sample
#ef1db8 text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1db8;
Background color
Panel with #ef1db8 background
background-color: #ef1db8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1db8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 29, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 29, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1db8; background: linear-gradient(135deg, #ef1db8, #EF1D2C);