#ef7253
a balanced, electric red · warm · closest name: coral
RGB
239, 114, 83
HSL
12°, 83%, 63%
CMYK
0, 52, 65, 6
Luminance
0.3101
Every format
| HEX | #ef7253 |
| RGB | rgb(239, 114, 83) |
| HSL | hsl(12, 83%, 63%) |
| CMYK | cmyk(0%, 52%, 65%, 6%) |
| LAB | lab(62.5 45.9 39.8) |
| LCH | lch(62.5 60.8 40.9) |
| OKLCH | oklch(0.694 0.161 35.1) |
Copy-ready code
/* CSS */
color: #ef7253;
background-color: #ef7253;
/* Tailwind (arbitrary) */
class="text-[#ef7253] bg-[#ef7253]"
/* SCSS */
$brand: #ef7253;
/* SwiftUI */
Color(red: 0.937, green: 0.447, blue: 0.325)
/* Android */
Color.parseColor("#ef7253")Accessibility — WCAG contrast
Aa
#ef7253 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ef7253 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green44.7%
Blue32.5%
CMYK percentages
Cyan0.0%
Magenta52.3%
Yellow65.3%
Key (black)6.3%
Color previews
#ef7253 text on a black background
contrast 7.20:1
Card sample
#ef7253 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef7253;
Background color
Panel with #ef7253 background
background-color: #ef7253;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef7253;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 114, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 114, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef7253; background: linear-gradient(135deg, #ef7253, #EFDA53);