#ef2db8
a balanced, electric magenta / pink · warm · closest name: orchid
RGB
239, 45, 184
HSL
317°, 86%, 56%
CMYK
0, 81, 23, 6
Luminance
0.2369
Every format
| HEX | #ef2db8 |
| RGB | rgb(239, 45, 184) |
| HSL | hsl(317, 86%, 56%) |
| CMYK | cmyk(0%, 81%, 23%, 6%) |
| LAB | lab(55.8 80.8 -28.0) |
| LCH | lch(55.8 85.5 340.9) |
| OKLCH | oklch(0.653 0.256 342.9) |
Copy-ready code
/* CSS */
color: #ef2db8;
background-color: #ef2db8;
/* Tailwind (arbitrary) */
class="text-[#ef2db8] bg-[#ef2db8]"
/* SCSS */
$brand: #ef2db8;
/* SwiftUI */
Color(red: 0.937, green: 0.176, blue: 0.722)
/* Android */
Color.parseColor("#ef2db8")Accessibility — WCAG contrast
Aa
#ef2db8 on white: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef2db8 on black: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green17.6%
Blue72.2%
CMYK percentages
Cyan0.0%
Magenta81.2%
Yellow23.0%
Key (black)6.3%
Color previews
#ef2db8 text on a black background
contrast 5.74:1
Card sample
#ef2db8 text on a white background
contrast 3.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef2db8;
Background color
Panel with #ef2db8 background
background-color: #ef2db8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef2db8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 45, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 45, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef2db8; background: linear-gradient(135deg, #ef2db8, #EF2D37);