Baltic Amber
#fbb782
Baltic Amber, represented by the hex value #fbb782, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fbb782 | |
|---|---|---|
| RGB | rgb(251, 183, 130) | |
| HSL | hsl(26, 94%, 75%) | |
| CMYK | cmyk(0%, 27%, 48%, 2%) | |
| LAB | lab(80, 21, 37) | |
| OKLCH | oklch(0.83 0.105 59) |
Color harmonies
Tints & shades
Code snippets
color: #fbb782;
background-color: #fbb782;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-yellow-500 /* ≈ #f0b100 */
/* Flutter */
Color(0xFFFBB782)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.72, blue: 0.51, alpha: 1.0)