#ef3c69
a balanced, electric magenta / pink · warm · closest name: crimson
RGB
239, 60, 105
HSL
345°, 85%, 59%
CMYK
0, 75, 56, 6
Luminance
0.2260
Every format
| HEX | #ef3c69 |
| RGB | rgb(239, 60, 105) |
| HSL | hsl(345, 85%, 59%) |
| CMYK | cmyk(0%, 75%, 56%, 6%) |
| LAB | lab(54.7 69.4 17.1) |
| LCH | lch(54.7 71.5 13.9) |
| OKLCH | oklch(0.636 0.214 11.5) |
Copy-ready code
/* CSS */
color: #ef3c69;
background-color: #ef3c69;
/* Tailwind (arbitrary) */
class="text-[#ef3c69] bg-[#ef3c69]"
/* SCSS */
$brand: #ef3c69;
/* SwiftUI */
Color(red: 0.937, green: 0.235, blue: 0.412)
/* Android */
Color.parseColor("#ef3c69")Accessibility — WCAG contrast
Aa
#ef3c69 on white: 3.80:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef3c69 on black: 5.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green23.5%
Blue41.2%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow56.1%
Key (black)6.3%
Color previews
#ef3c69 text on a black background
contrast 5.52:1
Card sample
#ef3c69 text on a white background
contrast 3.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef3c69;
Background color
Panel with #ef3c69 background
background-color: #ef3c69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef3c69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 60, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 60, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef3c69; background: linear-gradient(135deg, #ef3c69, #EF863C);