#ef1a4b
a balanced, electric red · warm · closest name: crimson
RGB
239, 26, 75
HSL
346°, 87%, 52%
CMYK
0, 89, 69, 6
Luminance
0.1960
Every format
| HEX | #ef1a4b |
| RGB | rgb(239, 26, 75) |
| HSL | hsl(346, 87%, 52%) |
| CMYK | cmyk(0%, 89%, 69%, 6%) |
| LAB | lab(51.4 75.4 30.8) |
| LCH | lch(51.4 81.5 22.2) |
| OKLCH | oklch(0.611 0.235 17.8) |
Copy-ready code
/* CSS */
color: #ef1a4b;
background-color: #ef1a4b;
/* Tailwind (arbitrary) */
class="text-[#ef1a4b] bg-[#ef1a4b]"
/* SCSS */
$brand: #ef1a4b;
/* SwiftUI */
Color(red: 0.937, green: 0.102, blue: 0.294)
/* Android */
Color.parseColor("#ef1a4b")Accessibility — WCAG contrast
Aa
#ef1a4b on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef1a4b on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green10.2%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta89.1%
Yellow68.6%
Key (black)6.3%
Color previews
#ef1a4b text on a black background
contrast 4.92:1
Card sample
#ef1a4b text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef1a4b;
Background color
Panel with #ef1a4b background
background-color: #ef1a4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef1a4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 26, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 26, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef1a4b; background: linear-gradient(135deg, #ef1a4b, #EF771A);