Desert Dessert
#ffba6b
Desert Dessert, represented by the hex value #ffba6b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #ffba6b | |
|---|---|---|
| RGB | rgb(255, 186, 107) | |
| HSL | hsl(32, 100%, 71%) | |
| CMYK | cmyk(0%, 27%, 58%, 0%) | |
| LAB | lab(81, 20, 50) | |
| OKLCH | oklch(0.84 0.125 68) |
Color harmonies
Tints & shades
Code snippets
color: #ffba6b;
background-color: #ffba6b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFFBA6B)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.73, blue: 0.42, alpha: 1.0)