#ef445e
a balanced, electric red · warm · closest name: crimson
RGB
239, 68, 94
HSL
351°, 84%, 60%
CMYK
0, 72, 61, 6
Luminance
0.2329
Every format
| HEX | #ef445e |
| RGB | rgb(239, 68, 94) |
| HSL | hsl(351, 84%, 60%) |
| CMYK | cmyk(0%, 72%, 61%, 6%) |
| LAB | lab(55.4 66.0 24.6) |
| LCH | lch(55.4 70.5 20.4) |
| OKLCH | oklch(0.641 0.206 16.8) |
Copy-ready code
/* CSS */
color: #ef445e;
background-color: #ef445e;
/* Tailwind (arbitrary) */
class="text-[#ef445e] bg-[#ef445e]"
/* SCSS */
$brand: #ef445e;
/* SwiftUI */
Color(red: 0.937, green: 0.267, blue: 0.369)
/* Android */
Color.parseColor("#ef445e")Accessibility — WCAG contrast
Aa
#ef445e on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef445e on black: 5.66:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green26.7%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta71.5%
Yellow60.7%
Key (black)6.3%
Color previews
#ef445e text on a black background
contrast 5.66:1
Card sample
#ef445e text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef445e;
Background color
Panel with #ef445e background
background-color: #ef445e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef445e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 68, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 68, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef445e; background: linear-gradient(135deg, #ef445e, #EF9C44);