Paradise Bird
#ff8c55
Paradise Bird, represented by the hex value #ff8c55, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff8c55 | |
|---|---|---|
| RGB | rgb(255, 140, 85) | |
| HSL | hsl(19, 100%, 67%) | |
| CMYK | cmyk(0%, 45%, 67%, 0%) | |
| LAB | lab(71, 41, 49) | |
| OKLCH | oklch(0.76 0.156 45) |
Color harmonies
Tints & shades
Code snippets
color: #ff8c55;
background-color: #ff8c55;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFF8C55)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.55, blue: 0.33, alpha: 1.0)