Tulip
#ff878d
Tulip, represented by the hex value #ff878d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ff878d | |
|---|---|---|
| RGB | rgb(255, 135, 141) | |
| HSL | hsl(357, 100%, 76%) | |
| CMYK | cmyk(0%, 47%, 45%, 0%) | |
| LAB | lab(70, 47, 19) | |
| OKLCH | oklch(0.76 0.146 18) |
Color harmonies
Tints & shades
Code snippets
color: #ff878d;
background-color: #ff878d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-orange-500 /* ≈ #ff6900 */
/* Flutter */
Color(0xFFFF878D)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.53, blue: 0.55, alpha: 1.0)