#ef8564
a light, electric red · warm · closest name: salmon
RGB
239, 133, 100
HSL
14°, 81%, 67%
CMYK
0, 44, 58, 6
Luminance
0.3605
Every format
| HEX | #ef8564 |
| RGB | rgb(239, 133, 100) |
| HSL | hsl(14, 81%, 67%) |
| CMYK | cmyk(0%, 44%, 58%, 6%) |
| LAB | lab(66.6 37.5 35.5) |
| LCH | lch(66.6 51.7 43.5) |
| OKLCH | oklch(0.726 0.138 38.0) |
Copy-ready code
/* CSS */
color: #ef8564;
background-color: #ef8564;
/* Tailwind (arbitrary) */
class="text-[#ef8564] bg-[#ef8564]"
/* SCSS */
$brand: #ef8564;
/* SwiftUI */
Color(red: 0.937, green: 0.522, blue: 0.392)
/* Android */
Color.parseColor("#ef8564")Accessibility — WCAG contrast
Aa
#ef8564 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef8564 on black: 8.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green52.2%
Blue39.2%
CMYK percentages
Cyan0.0%
Magenta44.4%
Yellow58.2%
Key (black)6.3%
Color previews
#ef8564 text on a black background
contrast 8.21:1
Card sample
#ef8564 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef8564;
Background color
Panel with #ef8564 background
background-color: #ef8564;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef8564;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 133, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 133, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef8564; background: linear-gradient(135deg, #ef8564, #EFE264);