Tomato
#ef4026
Tomato is a color with the hex code #ef4026. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ef4026 | |
|---|---|---|
| RGB | rgb(239, 64, 38) | |
| HSL | hsl(8, 86%, 54%) | |
| CMYK | cmyk(0%, 73%, 84%, 6%) | |
| LAB | lab(55, 66, 56) | |
| OKLCH | oklch(0.63 0.215 32) |
Color harmonies
Tints & shades
Code snippets
color: #ef4026;
background-color: #ef4026;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEF4026)
/* Swift / UIKit */
UIColor(red: 0.94, green: 0.25, blue: 0.15, alpha: 1.0)