Heavy Orange
#ee4328
Heavy Orange is a color with the hex code #ee4328. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ee4328 | |
|---|---|---|
| RGB | rgb(238, 67, 40) | |
| HSL | hsl(8, 85%, 55%) | |
| CMYK | cmyk(0%, 72%, 83%, 7%) | |
| LAB | lab(55, 65, 55) | |
| OKLCH | oklch(0.63 0.212 32) |
Color harmonies
Tints & shades
Code snippets
color: #ee4328;
background-color: #ee4328;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFEE4328)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.26, blue: 0.16, alpha: 1.0)