Tiger Lily
#e1583f
Looking for the precise values behind Tiger Lily (#e1583f)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #e1583f | |
|---|---|---|
| RGB | rgb(225, 88, 63) | |
| HSL | hsl(9, 73%, 56%) | |
| CMYK | cmyk(0%, 61%, 72%, 12%) | |
| LAB | lab(56, 53, 43) | |
| OKLCH | oklch(0.64 0.176 32) |
Color harmonies
Tints & shades
Code snippets
color: #e1583f;
background-color: #e1583f;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFE1583F)
/* Swift / UIKit */
UIColor(red: 0.88, green: 0.35, blue: 0.25, alpha: 1.0)