#ef4232
a balanced, electric red · warm · closest name: tomato
RGB
239, 66, 50
HSL
5°, 86%, 57%
CMYK
0, 72, 79, 6
Luminance
0.2248
Every format
| HEX | #ef4232 |
| RGB | rgb(239, 66, 50) |
| HSL | hsl(5, 86%, 57%) |
| CMYK | cmyk(0%, 72%, 79%, 6%) |
| LAB | lab(54.5 64.7 48.4) |
| LCH | lch(54.5 80.8 36.8) |
| OKLCH | oklch(0.633 0.212 29.5) |
Copy-ready code
/* CSS */
color: #ef4232;
background-color: #ef4232;
/* Tailwind (arbitrary) */
class="text-[#ef4232] bg-[#ef4232]"
/* SCSS */
$brand: #ef4232;
/* SwiftUI */
Color(red: 0.937, green: 0.259, blue: 0.196)
/* Android */
Color.parseColor("#ef4232")Accessibility — WCAG contrast
Aa
#ef4232 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ef4232 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green25.9%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta72.4%
Yellow79.1%
Key (black)6.3%
Color previews
#ef4232 text on a black background
contrast 5.50:1
Card sample
#ef4232 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ef4232;
Background color
Panel with #ef4232 background
background-color: #ef4232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ef4232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 66, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 66, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ef4232; background: linear-gradient(135deg, #ef4232, #EFC032);