Poppy Flower
#ec5800
Poppy Flower is a color with the hex code #ec5800. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #ec5800 | |
|---|---|---|
| RGB | rgb(236, 88, 0) | |
| HSL | hsl(22, 100%, 46%) | |
| CMYK | cmyk(0%, 63%, 100%, 7%) | |
| LAB | lab(58, 56, 68) | |
| OKLCH | oklch(0.65 0.197 42) |
Color harmonies
Tints & shades
Code snippets
color: #ec5800;
background-color: #ec5800;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFEC5800)
/* Swift / UIKit */
UIColor(red: 0.93, green: 0.35, blue: 0.00, alpha: 1.0)