#ef2dbf
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 45, 191
HSL
315°, 86%, 56%
CMYK
0, 81, 20, 6
Luminance
0.2399
Every format
| HEX | #ef2dbf |
| RGB | rgb(239, 45, 191) |
| HSL | hsl(315, 86%, 56%) |
| CMYK | cmyk(0%, 81%, 20%, 6%) |
| LAB | lab(56.1 81.7 -31.5) |
| LCH | lch(56.1 87.6 338.9) |
| OKLCH | oklch(0.656 0.260 340.8) |
Copy-ready code
/* CSS */
color: #ef2dbf;
background-color: #ef2dbf;
/* Tailwind (arbitrary) */
class="text-[#ef2dbf] bg-[#ef2dbf]"
/* SCSS */
$brand: #ef2dbf;
/* SwiftUI */
Color(red: 0.937, green: 0.176, blue: 0.749)
/* Android */
Color.parseColor("#ef2dbf")Accessibility — WCAG contrast
Aa
#ef2dbf on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2dbf on black: 5.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green17.6%
Blue74.9%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow20.1%
Key (black)6.3%
Color previews
#ef2dbf text on a black background
contrast 5.80:1
Card sample
#ef2dbf text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2dbf;
Background color
Panel with #ef2dbf background
background-color: #ef2dbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2dbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 45, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 45, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2dbf; background: linear-gradient(135deg, #ef2dbf, #EF2D3E);